#BB7334

Color #BB7334 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #BB7334

Tints of Meteor #BB7334

Color information

#BB7334 (or 0xBB7334) is unknown color: approx Meteor. HEX triplet: BB, 73 and 34. RGB value is (187,115,52). Sum of RGB (Red+Green+Blue) = 187+115+52=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7334 is #448CCB. Grayscale: #818181. Windows color (decimal): -4492492 or 3437499. OLE color: 3437499.

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

Color convert

RGB18711552-
CMYK00.390.720.27
HSL28º56.49%46.86%-
HSV(B)28º72.19%73.33%-
XYZ27.2423.076.27-
YUV129.3584.35169.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 52 (20.70% from 255) = 14.69%
R=52.82%
G=32.49%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871155200.390.720.272856.4946.86
HexBB7334027481B1c382f
Octal2731636404711033347057
Binary101110111110011110100010011110010001101111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7334; }

 p { color: rgb(187,115,52); }

 H1.HeaderClassName
 {
   color: #BB7334;
 }
 .AnyTagClassName
 {
   color: #BB7334;
 }
</style>
background-color css

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

 a { background-color: rgb(187,115,52); }

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

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

 span { border-color: rgb(187,115,52); }

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