Html Css Color HEX #BB7037 Meteor

📋 copy color: '#BB7037'

red 187 ◦ green 112 ◦ blue 55

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

Shades of Meteor #BB7037

Tints of Meteor #BB7037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 55 (21.88% from 255) = 15.54%

R = 52.82%
G = 31.64%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB7037 (or 0xBB7037) is known color: Meteor. HEX triplet: BB, 70 and 37. RGB value is (187,112,55). Sum of RGB (Red+Green+Blue) = 187+112+55=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7037 is #448FC8. Grayscale: #808080. Windows color (decimal): -4493257 or 3633339. OLE color: 3633339.

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

Color convert

RGB 187 112 55 -
CMYK 0 0.40 0.71 0.27
HSL 25.91º 0.55% 0.47% -
HSV(B) 25.91º 0.71% 0.73% -
XYZ 26.98 22.43 6.52 -
YUV 127.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 187 112 55 0 0.40 0.71 0.27 25.91 0.55 0.47
Hex BB 70 37 0 28 47 1B 1A 37 2F
Octal 273 160 67 0 50 107 33 32 67 57
Binary 10111011 1110000 110111 0 101000 1000111 11011 11010 110111 101111

Color Harmonies of #BB7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7037

Black with #BB7037

Text Example


Text Example

White with #BB7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7037; }

 p { color: rgb(187,112,55); }

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

background-color css

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

 a { background-color: rgb(187,112,55); }

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

border-color css

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

 span { border-color: rgb(187,112,55); }

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