Html Css Color HEX #BB7033 Meteor

📋 copy color: '#BB7033'

red 187 ◦ green 112 ◦ blue 51

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

Shades of Meteor #BB7033

Tints of Meteor #BB7033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.57%

R = 53.43%
G = 32%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB7033 (or 0xBB7033) is known color: Meteor. HEX triplet: BB, 70 and 33. RGB value is (187,112,51). Sum of RGB (Red+Green+Blue) = 187+112+51=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7033 is #448FCC. Grayscale: #7F7F7F. Windows color (decimal): -4493261 or 3371195. OLE color: 3371195.

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

Color convert

RGB 187 112 51 -
CMYK 0 0.40 0.73 0.27
HSL 26.91º 0.57% 0.47% -
HSV(B) 26.91º 0.73% 0.73% -
XYZ 26.89 22.39 6.04 -
YUV 127.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 187 112 51 0 0.40 0.73 0.27 26.91 0.57 0.47
Hex BB 70 33 0 28 49 1B 1B 39 2F
Octal 273 160 63 0 50 111 33 33 71 57
Binary 10111011 1110000 110011 0 101000 1001001 11011 11011 111001 101111

Color Harmonies of #BB7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7033

Black with #BB7033

Text Example


Text Example

White with #BB7033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7033; }

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

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

background-color css

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

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

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

border-color css

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

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

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