#BD753A

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

Shades of Meteor #BD753A

Tints of Meteor #BD753A

Color information

#BD753A (or 0xBD753A) is unknown color: approx Meteor. HEX triplet: BD, 75 and 3A. RGB value is (189,117,58). Sum of RGB (Red+Green+Blue) = 189+117+58=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD753A is #428AC5. Grayscale: #848484. Windows color (decimal): -4360902 or 3831229. OLE color: 3831229.

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

Color convert

RGB18911758-
CMYK00.380.690.26
HSL27.02º53.04%48.43%-
HSV(B)27.02º69.31%74.12%-
XYZ28.1123.857.12-
YUV131.886.35168.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 58 (23.05% from 255) = 15.93%
R=51.92%
G=32.14%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891175800.380.690.2627.0253.0448.43
HexBD753A026451A1b3530
Octal2751657204610532336560
Binary101111011110101111010010011010001011101011011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD753A; }

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

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

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

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

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

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

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

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