Html Css Color HEX #BB7B33 Meteor

📋 copy color: '#BB7B33'

red 187 ◦ green 123 ◦ blue 51

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

Shades of Meteor #BB7B33

Tints of Meteor #BB7B33

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

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

R = 51.8%
G = 34.07%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB7B33 (or 0xBB7B33) is known color: Meteor. HEX triplet: BB, 7B and 33. RGB value is (187,123,51). Sum of RGB (Red+Green+Blue) = 187+123+51=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B33 is #4484CC. Grayscale: #868686. Windows color (decimal): -4490445 or 3374011. OLE color: 3374011.

HSL color Cylindrical-coordinate representation of color #BB7B33: hue angle of 31.76º 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 #BB7B33 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 123 51 -
CMYK 0 0.34 0.73 0.27
HSL 31.76º 0.57% 0.47% -
HSV(B) 31.76º 0.73% 0.73% -
XYZ 28.17 24.97 6.47 -
YUV 133.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 187 123 51 0 0.34 0.73 0.27 31.76 0.57 0.47
Hex BB 7B 33 0 22 49 1B 20 39 2F
Octal 273 173 63 0 42 111 33 40 71 57
Binary 10111011 1111011 110011 0 100010 1001001 11011 100000 111001 101111

Color Harmonies of #BB7B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B33

Black with #BB7B33

Text Example


Text Example

White with #BB7B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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