#BD7C35

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

Shades of Meteor #BD7C35

Tints of Meteor #BD7C35

Color information

#BD7C35 (or 0xBD7C35) is unknown color: approx Meteor. HEX triplet: BD, 7C and 35. RGB value is (189,124,53). Sum of RGB (Red+Green+Blue) = 189+124+53=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C35 is #4283CA. Grayscale: #878787. Windows color (decimal): -4359115 or 3505341. OLE color: 3505341.

HSL color Cylindrical-coordinate representation of color #BD7C35: hue angle of 31.32º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD7C35 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18912453-
CMYK00.340.720.26
HSL31.32º56.2%47.45%-
HSV(B)31.32º71.96%74.12%-
XYZ28.8425.496.77-
YUV135.3481.53166.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=51.64%
G=33.88%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891245300.340.720.2631.3256.247.45
HexBD7C35022481A1f382f
Octal2751746504211032377057
Binary101111011111100110101010001010010001101011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C35; }

 p { color: rgb(189,124,53); }

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

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

 a { background-color: rgb(189,124,53); }

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

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

 span { border-color: rgb(189,124,53); }

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