Html Css Color HEX #BB7A31 Meteor

📋 copy color: '#BB7A31'

red 187 ◦ green 122 ◦ blue 49

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

Shades of Meteor #BB7A31

Tints of Meteor #BB7A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

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

R = 52.23%
G = 34.08%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB7A31 (or 0xBB7A31) is known color: Meteor. HEX triplet: BB, 7A and 31. RGB value is (187,122,49). Sum of RGB (Red+Green+Blue) = 187+122+49=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A31 is #4485CE. Grayscale: #858585. Windows color (decimal): -4490703 or 3242683. OLE color: 3242683.

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

Color convert

RGB 187 122 49 -
CMYK 0 0.35 0.74 0.27
HSL 31.74º 0.58% 0.46% -
HSV(B) 31.74º 0.74% 0.73% -
XYZ 28.01 24.71 6.2 -
YUV 133.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 187 122 49 0 0.35 0.74 0.27 31.74 0.58 0.46
Hex BB 7A 31 0 23 4A 1B 20 3A 2E
Octal 273 172 61 0 43 112 33 40 72 56
Binary 10111011 1111010 110001 0 100011 1001010 11011 100000 111010 101110

Color Harmonies of #BB7A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A31

Black with #BB7A31

Text Example


Text Example

White with #BB7A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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