Html Css Color HEX #BB7530 Meteor

📋 copy color: '#BB7530'

red 187 ◦ green 117 ◦ blue 48

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

Shades of Meteor #BB7530

Tints of Meteor #BB7530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.64%

R = 53.13%
G = 33.24%
B = 13.64%

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

#BB7530 (or 0xBB7530) is known color: Meteor. HEX triplet: BB, 75 and 30. RGB value is (187,117,48). Sum of RGB (Red+Green+Blue) = 187+117+48=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7530 is #448ACF. Grayscale: #828282. Windows color (decimal): -4491984 or 3175867. OLE color: 3175867.

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

Color convert

RGB 187 117 48 -
CMYK 0 0.37 0.74 0.27
HSL 29.78º 0.59% 0.46% -
HSV(B) 29.78º 0.74% 0.73% -
XYZ 27.39 23.5 5.89 -
YUV 130.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 187 117 48 0 0.37 0.74 0.27 29.78 0.59 0.46
Hex BB 75 30 0 25 4A 1B 1E 3B 2E
Octal 273 165 60 0 45 112 33 36 73 56
Binary 10111011 1110101 110000 0 100101 1001010 11011 11110 111011 101110

Color Harmonies of #BB7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7530

Black with #BB7530

Text Example


Text Example

White with #BB7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7530; }

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

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

background-color css

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

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

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

border-color css

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

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

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