#BD742D

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

Shades of Meteor #BD742D

Tints of Meteor #BD742D

Color information

#BD742D (or 0xBD742D) is unknown color: approx Meteor. HEX triplet: BD, 74 and 2D. RGB value is (189,116,45). Sum of RGB (Red+Green+Blue) = 189+116+45=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD742D is #428BD2. Grayscale: #828282. Windows color (decimal): -4361171 or 2979005. OLE color: 2979005.

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

Color convert

RGB18911645-
CMYK00.390.760.26
HSL29.58º61.54%45.88%-
HSV(B)29.58º76.19%74.12%-
XYZ27.7123.55.56-
YUV129.7380.18170.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 45 (17.97% from 255) = 12.86%
R=54%
G=33.14%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891164500.390.760.2629.5861.5445.88
HexBD742D0274C1A1e3e2e
Octal2751645504711432367656
Binary101111011110100101101010011110011001101011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD742D; }

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

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

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

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

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

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

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

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