#BD702A

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

Shades of Meteor #BD702A

Tints of Meteor #BD702A

Color information

#BD702A (or 0xBD702A) is unknown color: approx Meteor. HEX triplet: BD, 70 and 2A. RGB value is (189,112,42). Sum of RGB (Red+Green+Blue) = 189+112+42=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD702A is #428FD5. Grayscale: #7F7F7F. Windows color (decimal): -4362198 or 2781373. OLE color: 2781373.

HSL color Cylindrical-coordinate representation of color #BD702A: hue angle of 28.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD702A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18911242-
CMYK00.410.780.26
HSL28.57º63.64%45.29%-
HSV(B)28.57º77.78%74.12%-
XYZ27.222.575.11-
YUV127.0480.01172.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=55.10%
G=32.65%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891124200.410.780.2628.5763.6445.29
HexBD702A0294E1A1d402d
Octal27516052051116323510055
Binary1011110111100001010100101001100111011010111011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD702A; }

 p { color: rgb(189,112,42); }

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

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

 a { background-color: rgb(189,112,42); }

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

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

 span { border-color: rgb(189,112,42); }

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