Html Css Color HEX #BB7029 Meteor

📋 copy color: '#BB7029'

red 187 ◦ green 112 ◦ blue 41

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

Shades of Meteor #BB7029

Tints of Meteor #BB7029

RGB

 RED value IS 187 (73.44% from 255) = 55%

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 41 (16.41% from 255) = 12.06%

R = 55%
G = 32.94%
B = 12.06%

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

#BB7029 (or 0xBB7029) is known color: Meteor. HEX triplet: BB, 70 and 29. RGB value is (187,112,41). Sum of RGB (Red+Green+Blue) = 187+112+41=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7029 is #448FD6. Grayscale: #7E7E7E. Windows color (decimal): -4493271 or 2715835. OLE color: 2715835.

HSL color Cylindrical-coordinate representation of color #BB7029: hue angle of 29.18º degrees, saturation: 0.64, 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 #BB7029 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 41 -
CMYK 0 0.40 0.78 0.27
HSL 29.18º 0.64% 0.45% -
HSV(B) 29.18º 0.78% 0.73% -
XYZ 26.69 22.31 5 -
YUV 126.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 187 112 41 0 0.40 0.78 0.27 29.18 0.64 0.45
Hex BB 70 29 0 28 4E 1B 1D 40 2D
Octal 273 160 51 0 50 116 33 35 100 55
Binary 10111011 1110000 101001 0 101000 1001110 11011 11101 1000000 101101

Color Harmonies of #BB7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7029

Black with #BB7029

Text Example


Text Example

White with #BB7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7029; }

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

 H1.HeaderClassName
 {
   color: #BB7029;
 }
 .AnyTagClassName
 {
   color: #BB7029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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