#BD752D

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

Shades of Meteor #BD752D

Tints of Meteor #BD752D

Color information

#BD752D (or 0xBD752D) is unknown color: approx Meteor. HEX triplet: BD, 75 and 2D. RGB value is (189,117,45). Sum of RGB (Red+Green+Blue) = 189+117+45=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD752D is #428AD2. Grayscale: #828282. Windows color (decimal): -4360915 or 2979261. OLE color: 2979261.

HSL color Cylindrical-coordinate representation of color #BD752D: hue angle of 30º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD752D is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18911745-
CMYK00.380.760.26
HSL30º61.54%45.88%-
HSV(B)30º76.19%74.12%-
XYZ27.8223.735.6-
YUV130.3279.85169.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=53.85%
G=33.33%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891174500.380.760.263061.5445.88
HexBD752D0264C1A1e3e2e
Octal2751655504611432367656
Binary101111011110101101101010011010011001101011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD752D; }

 p { color: rgb(189,117,45); }

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

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

 a { background-color: rgb(189,117,45); }

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

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

 span { border-color: rgb(189,117,45); }

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