Html Css Color HEX #BB7937 Meteor

📋 copy color: '#BB7937'

red 187 ◦ green 121 ◦ blue 55

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

Shades of Meteor #BB7937

Tints of Meteor #BB7937

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 51.52%
G = 33.33%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB7937 (or 0xBB7937) is known color: Meteor. HEX triplet: BB, 79 and 37. RGB value is (187,121,55). Sum of RGB (Red+Green+Blue) = 187+121+55=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7937 is #4486C8. Grayscale: #858585. Windows color (decimal): -4490953 or 3635643. OLE color: 3635643.

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

Color convert

RGB 187 121 55 -
CMYK 0 0.35 0.71 0.27
HSL 30º 0.55% 0.47% -
HSV(B) 30º 0.71% 0.73% -
XYZ 28.02 24.52 6.87 -
YUV 133.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 187 121 55 0 0.35 0.71 0.27 30 0.55 0.47
Hex BB 79 37 0 23 47 1B 1E 37 2F
Octal 273 171 67 0 43 107 33 36 67 57
Binary 10111011 1111001 110111 0 100011 1000111 11011 11110 110111 101111

Color Harmonies of #BB7937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7937

Black with #BB7937

Text Example


Text Example

White with #BB7937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7937; }

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

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

background-color css

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

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

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

border-color css

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

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

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