Html Css Color HEX #BB7137 Meteor

📋 copy color: '#BB7137'

red 187 ◦ green 113 ◦ blue 55

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

Shades of Meteor #BB7137

Tints of Meteor #BB7137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 52.68%
G = 31.83%
B = 15.49%

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

#BB7137 (or 0xBB7137) is known color: Meteor. HEX triplet: BB, 71 and 37. RGB value is (187,113,55). Sum of RGB (Red+Green+Blue) = 187+113+55=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7137 is #448EC8. Grayscale: #808080. Windows color (decimal): -4493001 or 3633595. OLE color: 3633595.

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

Color convert

RGB 187 113 55 -
CMYK 0 0.40 0.71 0.27
HSL 26.36º 0.55% 0.47% -
HSV(B) 26.36º 0.71% 0.73% -
XYZ 27.09 22.65 6.56 -
YUV 128.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 187 113 55 0 0.40 0.71 0.27 26.36 0.55 0.47
Hex BB 71 37 0 28 47 1B 1A 37 2F
Octal 273 161 67 0 50 107 33 32 67 57
Binary 10111011 1110001 110111 0 101000 1000111 11011 11010 110111 101111

Color Harmonies of #BB7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7137

Black with #BB7137

Text Example


Text Example

White with #BB7137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7137; }

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

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

background-color css

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

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

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

border-color css

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

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

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