#BD7338

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

Shades of Meteor #BD7338

Tints of Meteor #BD7338

Color information

#BD7338 (or 0xBD7338) is unknown color: approx Meteor. HEX triplet: BD, 73 and 38. RGB value is (189,115,56). Sum of RGB (Red+Green+Blue) = 189+115+56=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7338 is #428CC7. Grayscale: #828282. Windows color (decimal): -4361416 or 3699645. OLE color: 3699645.

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

Color convert

RGB18911556-
CMYK00.390.700.26
HSL26.62º54.29%48.04%-
HSV(B)26.62º70.37%74.12%-
XYZ27.8323.376.78-
YUV130.486.02169.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=52.5%
G=31.94%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891155600.390.700.2626.6254.2948.04
HexBD7338027461A1b3630
Octal2751637004710632336660
Binary101111011110011111000010011110001101101011011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7338; }

 p { color: rgb(189,115,56); }

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

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

 a { background-color: rgb(189,115,56); }

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

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

 span { border-color: rgb(189,115,56); }

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