Html Css Color HEX #BB7531 Meteor

📋 copy color: '#BB7531'

red 187 ◦ green 117 ◦ blue 49

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

Shades of Meteor #BB7531

Tints of Meteor #BB7531

RGB

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

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

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

R = 52.97%
G = 33.14%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB7531 (or 0xBB7531) is known color: Meteor. HEX triplet: BB, 75 and 31. RGB value is (187,117,49). Sum of RGB (Red+Green+Blue) = 187+117+49=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7531 is #448ACE. Grayscale: #828282. Windows color (decimal): -4491983 or 3241403. OLE color: 3241403.

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

Color convert

RGB 187 117 49 -
CMYK 0 0.37 0.74 0.27
HSL 29.57º 0.58% 0.46% -
HSV(B) 29.57º 0.74% 0.73% -
XYZ 27.41 23.51 6 -
YUV 130.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 187 117 49 0 0.37 0.74 0.27 29.57 0.58 0.46
Hex BB 75 31 0 25 4A 1B 1E 3A 2E
Octal 273 165 61 0 45 112 33 36 72 56
Binary 10111011 1110101 110001 0 100101 1001010 11011 11110 111010 101110

Color Harmonies of #BB7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7531

Black with #BB7531

Text Example


Text Example

White with #BB7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7531; }

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

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

background-color css

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

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

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

border-color css

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

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

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