Html Css Color HEX #BB7635 Meteor

📋 copy color: '#BB7635'

red 187 ◦ green 118 ◦ blue 53

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

Shades of Meteor #BB7635

Tints of Meteor #BB7635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.8%

R = 52.23%
G = 32.96%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB7635 (or 0xBB7635) is known color: Meteor. HEX triplet: BB, 76 and 35. RGB value is (187,118,53). Sum of RGB (Red+Green+Blue) = 187+118+53=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7635 is #4489CA. Grayscale: #838383. Windows color (decimal): -4491723 or 3503803. OLE color: 3503803.

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

Color convert

RGB 187 118 53 -
CMYK 0 0.37 0.72 0.27
HSL 29.1º 0.56% 0.47% -
HSV(B) 29.1º 0.72% 0.73% -
XYZ 27.61 23.78 6.5 -
YUV 131.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 187 118 53 0 0.37 0.72 0.27 29.1 0.56 0.47
Hex BB 76 35 0 25 48 1B 1D 38 2F
Octal 273 166 65 0 45 110 33 35 70 57
Binary 10111011 1110110 110101 0 100101 1001000 11011 11101 111000 101111

Color Harmonies of #BB7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7635

Black with #BB7635

Text Example


Text Example

White with #BB7635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7635; }

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

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

background-color css

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

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

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

border-color css

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

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

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