Html Css Color HEX #BB7332 Meteor

📋 copy color: '#BB7332'

red 187 ◦ green 115 ◦ blue 50

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

Shades of Meteor #BB7332

Tints of Meteor #BB7332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 53.13%
G = 32.67%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB7332 (or 0xBB7332) is known color: Meteor. HEX triplet: BB, 73 and 32. RGB value is (187,115,50). Sum of RGB (Red+Green+Blue) = 187+115+50=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7332 is #448CCD. Grayscale: #818181. Windows color (decimal): -4492494 or 3306427. OLE color: 3306427.

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

Color convert

RGB 187 115 50 -
CMYK 0 0.39 0.73 0.27
HSL 28.47º 0.58% 0.46% -
HSV(B) 28.47º 0.73% 0.73% -
XYZ 27.2 23.06 6.03 -
YUV 129.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 187 115 50 0 0.39 0.73 0.27 28.47 0.58 0.46
Hex BB 73 32 0 27 49 1B 1C 3A 2E
Octal 273 163 62 0 47 111 33 34 72 56
Binary 10111011 1110011 110010 0 100111 1001001 11011 11100 111010 101110

Color Harmonies of #BB7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7332

Black with #BB7332

Text Example


Text Example

White with #BB7332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7332; }

 p { color: rgb(187,115,50); }

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

background-color css

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

 a { background-color: rgb(187,115,50); }

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

border-color css

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

 span { border-color: rgb(187,115,50); }

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