Html Css Color HEX #BB702A Meteor

📋 copy color: '#BB702A'

red 187 ◦ green 112 ◦ blue 42

#BB702A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #BB702A

Tints of Meteor #BB702A

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.8% from 255) = 12.32%

R = 54.84%
G = 32.84%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB702A (or 0xBB702A) is known color: 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

RGB 187 112 42 -
CMYK 0 0.40 0.78 0.27
HSL 28.97º 0.63% 0.45% -
HSV(B) 28.97º 0.78% 0.73% -
XYZ 26.71 22.32 5.09 -
YUV 126.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 187 112 42 0 0.40 0.78 0.27 28.97 0.63 0.45
Hex BB 70 2A 0 28 4E 1B 1D 3F 2D
Octal 273 160 52 0 50 116 33 35 77 55
Binary 10111011 1110000 101010 0 101000 1001110 11011 11101 111111 101101

Color Harmonies of #BB702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB702A

Black with #BB702A

Text Example


Text Example

White with #BB702A

Text Example


Text Example

HTML Codes & Css Web 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>