Html Css Color HEX #BB7632 Meteor

📋 copy color: '#BB7632'

red 187 ◦ green 118 ◦ blue 50

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

Shades of Meteor #BB7632

Tints of Meteor #BB7632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 52.68%
G = 33.24%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB7632 (or 0xBB7632) is known color: Meteor. HEX triplet: BB, 76 and 32. RGB value is (187,118,50). Sum of RGB (Red+Green+Blue) = 187+118+50=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7632 is #4489CD. Grayscale: #838383. Windows color (decimal): -4491726 or 3307195. OLE color: 3307195.

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

Color convert

RGB 187 118 50 -
CMYK 0 0.37 0.73 0.27
HSL 29.78º 0.58% 0.46% -
HSV(B) 29.78º 0.73% 0.73% -
XYZ 27.55 23.75 6.15 -
YUV 130.88 82.36 168.03 -
System Red Green Blue C M Y K H S L
Decimal 187 118 50 0 0.37 0.73 0.27 29.78 0.58 0.46
Hex BB 76 32 0 25 49 1B 1E 3A 2E
Octal 273 166 62 0 45 111 33 36 72 56
Binary 10111011 1110110 110010 0 100101 1001001 11011 11110 111010 101110

Color Harmonies of #BB7632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7632

Black with #BB7632

Text Example


Text Example

White with #BB7632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7632; }

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

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

background-color css

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

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

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

border-color css

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

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

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