#BB702A

Color #BB702A Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #BB702A

Tints of Meteor #BB702A

Color information

#BB702A (or 0xBB702A) is unknown color: approx Meteor. HEX triplet: BB, 70 and 2A. RGB value is (187,112,42). Sum of RGB (Red+Green+Blue) = 187+112+42=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB702A is #448FD5. Grayscale: #7E7E7E. Windows color (decimal): -4493270 or 2781371. OLE color: 2781371.

HSL color Cylindrical-coordinate representation of color #BB702A: hue angle of 28.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB702A is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18711242-
CMYK00.400.780.27
HSL28.97º63.32%44.9%-
HSV(B)28.97º77.54%73.33%-
XYZ26.7122.325.09-
YUV126.4480.35171.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=54.84%
G=32.84%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871124200.400.780.2728.9763.3244.9
HexBB702A0284E1B1d3f2d
Octal2731605205011633357755
Binary101110111110000101010010100010011101101111101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB702A; }

 p { color: rgb(187,112,42); }

 H1.HeaderClassName
 {
   color: #BB702A;
 }
 .AnyTagClassName
 {
   color: #BB702A;
 }
</style>
background-color css

<style>
 a { background-color: #BB702A; }

 a { background-color: rgb(187,112,42); }

 div.DivClassName
 {
   background-color: #BB702A;
 }
 .BgClassName
 {
   background-color: #BB702A;
 }
</style>
border-color css

<style>
 span { border-color: #BB702A; }

 span { border-color: rgb(187,112,42); }

 td.TdClassName
 {
   border-color: #BB702A;
 }
 .TagClassName
 {
   border-color: #BB702A;
 }
</style>