Html Css Color HEX #BB7534 Meteor

📋 copy color: '#BB7534'

red 187 ◦ green 117 ◦ blue 52

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

Shades of Meteor #BB7534

Tints of Meteor #BB7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 52.53%
G = 32.87%
B = 14.61%

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

#BB7534 (or 0xBB7534) is known color: Meteor. HEX triplet: BB, 75 and 34. RGB value is (187,117,52). Sum of RGB (Red+Green+Blue) = 187+117+52=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7534 is #448ACB. Grayscale: #828282. Windows color (decimal): -4491980 or 3438011. OLE color: 3438011.

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

Color convert

RGB 187 117 52 -
CMYK 0 0.37 0.72 0.27
HSL 28.89º 0.56% 0.47% -
HSV(B) 28.89º 0.72% 0.73% -
XYZ 27.47 23.54 6.34 -
YUV 130.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 187 117 52 0 0.37 0.72 0.27 28.89 0.56 0.47
Hex BB 75 34 0 25 48 1B 1D 38 2F
Octal 273 165 64 0 45 110 33 35 70 57
Binary 10111011 1110101 110100 0 100101 1001000 11011 11101 111000 101111

Color Harmonies of #BB7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7534

Black with #BB7534

Text Example


Text Example

White with #BB7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7534; }

 p { color: rgb(187,117,52); }

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

background-color css

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

 a { background-color: rgb(187,117,52); }

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

border-color css

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

 span { border-color: rgb(187,117,52); }

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