Html Css Color HEX #BB7537 Meteor

📋 copy color: '#BB7537'

red 187 ◦ green 117 ◦ blue 55

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

Shades of Meteor #BB7537

Tints of Meteor #BB7537

RGB

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

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

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

R = 52.09%
G = 32.59%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB7537 (or 0xBB7537) is known color: Meteor. HEX triplet: BB, 75 and 37. RGB value is (187,117,55). Sum of RGB (Red+Green+Blue) = 187+117+55=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7537 is #448AC8. Grayscale: #838383. Windows color (decimal): -4491977 or 3634619. OLE color: 3634619.

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

Color convert

RGB 187 117 55 -
CMYK 0 0.37 0.71 0.27
HSL 28.18º 0.55% 0.47% -
HSV(B) 28.18º 0.71% 0.73% -
XYZ 27.54 23.56 6.71 -
YUV 130.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 187 117 55 0 0.37 0.71 0.27 28.18 0.55 0.47
Hex BB 75 37 0 25 47 1B 1C 37 2F
Octal 273 165 67 0 45 107 33 34 67 57
Binary 10111011 1110101 110111 0 100101 1000111 11011 11100 110111 101111

Color Harmonies of #BB7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7537

Black with #BB7537

Text Example


Text Example

White with #BB7537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7537; }

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

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

background-color css

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

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

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

border-color css

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

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

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