Html Css Color HEX #BB7231 Meteor

📋 copy color: '#BB7231'

red 187 ◦ green 114 ◦ blue 49

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

Shades of Meteor #BB7231

Tints of Meteor #BB7231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 53.43%
G = 32.57%
B = 14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB7231 (or 0xBB7231) is known color: Meteor. HEX triplet: BB, 72 and 31. RGB value is (187,114,49). Sum of RGB (Red+Green+Blue) = 187+114+49=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7231 is #448DCE. Grayscale: #808080. Windows color (decimal): -4492751 or 3240635. OLE color: 3240635.

HSL color Cylindrical-coordinate representation of color #BB7231: hue angle of 28.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB7231 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 49 -
CMYK 0 0.39 0.74 0.27
HSL 28.26º 0.58% 0.46% -
HSV(B) 28.26º 0.74% 0.73% -
XYZ 27.07 22.82 5.88 -
YUV 128.42 83.18 169.79 -
System Red Green Blue C M Y K H S L
Decimal 187 114 49 0 0.39 0.74 0.27 28.26 0.58 0.46
Hex BB 72 31 0 27 4A 1B 1C 3A 2E
Octal 273 162 61 0 47 112 33 34 72 56
Binary 10111011 1110010 110001 0 100111 1001010 11011 11100 111010 101110

Color Harmonies of #BB7231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7231

Black with #BB7231

Text Example


Text Example

White with #BB7231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7231; }

 p { color: rgb(187,114,49); }

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

background-color css

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

 a { background-color: rgb(187,114,49); }

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

border-color css

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

 span { border-color: rgb(187,114,49); }

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