Html Css Color HEX #BB7533 Meteor

📋 copy color: '#BB7533'

red 187 ◦ green 117 ◦ blue 51

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

Shades of Meteor #BB7533

Tints of Meteor #BB7533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.37%

R = 52.68%
G = 32.96%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB7533 (or 0xBB7533) is known color: Meteor. HEX triplet: BB, 75 and 33. RGB value is (187,117,51). Sum of RGB (Red+Green+Blue) = 187+117+51=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7533 is #448ACC. Grayscale: #828282. Windows color (decimal): -4491981 or 3372475. OLE color: 3372475.

HSL color Cylindrical-coordinate representation of color #BB7533: hue angle of 29.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB7533 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 51 -
CMYK 0 0.37 0.73 0.27
HSL 29.12º 0.57% 0.47% -
HSV(B) 29.12º 0.73% 0.73% -
XYZ 27.45 23.53 6.23 -
YUV 130.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 187 117 51 0 0.37 0.73 0.27 29.12 0.57 0.47
Hex BB 75 33 0 25 49 1B 1D 39 2F
Octal 273 165 63 0 45 111 33 35 71 57
Binary 10111011 1110101 110011 0 100101 1001001 11011 11101 111001 101111

Color Harmonies of #BB7533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7533

Black with #BB7533

Text Example


Text Example

White with #BB7533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7533; }

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

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

background-color css

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

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

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

border-color css

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

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

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