#BB7734

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

Shades of Meteor #BB7734

Tints of Meteor #BB7734

Color information

#BB7734 (or 0xBB7734) is unknown color: approx Meteor. HEX triplet: BB, 77 and 34. RGB value is (187,119,52). Sum of RGB (Red+Green+Blue) = 187+119+52=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7734 is #4488CB. Grayscale: #848484. Windows color (decimal): -4491468 or 3438523. OLE color: 3438523.

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

Color convert

RGB18711952-
CMYK00.360.720.27
HSL29.78º56.49%46.86%-
HSV(B)29.78º72.19%73.33%-
XYZ27.7124.016.42-
YUV131.6983.03167.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 52 (20.70% from 255) = 14.53%
R=52.23%
G=33.24%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871195200.360.720.2729.7856.4946.86
HexBB7734024481B1e382f
Octal2731676404411033367057
Binary101110111110111110100010010010010001101111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7734; }

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

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

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

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

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

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

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

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