#BD722D

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

Shades of Meteor #BD722D

Tints of Meteor #BD722D

Color information

#BD722D (or 0xBD722D) is unknown color: approx Meteor. HEX triplet: BD, 72 and 2D. RGB value is (189,114,45). Sum of RGB (Red+Green+Blue) = 189+114+45=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD722D is #428DD2. Grayscale: #808080. Windows color (decimal): -4361683 or 2978493. OLE color: 2978493.

HSL color Cylindrical-coordinate representation of color #BD722D: hue angle of 28.75º 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 #BD722D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18911445-
CMYK00.400.760.26
HSL28.75º61.54%45.88%-
HSV(B)28.75º76.19%74.12%-
XYZ27.4823.045.48-
YUV128.5680.85171.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=54.31%
G=32.76%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891144500.400.760.2628.7561.5445.88
HexBD722D0284C1A1d3e2e
Octal2751625505011432357656
Binary101111011110010101101010100010011001101011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD722D; }

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

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

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

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

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

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

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

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