#BB7438

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

Shades of Meteor #BB7438

Tints of Meteor #BB7438

Color information

#BB7438 (or 0xBB7438) is unknown color: approx Meteor. HEX triplet: BB, 74 and 38. RGB value is (187,116,56). Sum of RGB (Red+Green+Blue) = 187+116+56=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7438 is #448BC7. Grayscale: #828282. Windows color (decimal): -4492232 or 3699899. OLE color: 3699899.

HSL color Cylindrical-coordinate representation of color #BB7438: hue angle of 27.48º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB7438 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18711656-
CMYK00.380.700.27
HSL27.48º53.91%47.65%-
HSV(B)27.48º70.05%73.33%-
XYZ27.4523.346.8-
YUV130.3986.02168.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=52.09%
G=32.31%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871165600.380.700.2727.4853.9147.65
HexBB7438026461B1b3630
Octal2731647004610633336660
Binary101110111110100111000010011010001101101111011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7438; }

 p { color: rgb(187,116,56); }

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

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

 a { background-color: rgb(187,116,56); }

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

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

 span { border-color: rgb(187,116,56); }

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