#BD5A3D

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

Shades of Flame Pea #BD5A3D

Tints of Flame Pea #BD5A3D

Color information

#BD5A3D (or 0xBD5A3D) is unknown color: approx Flame Pea. HEX triplet: BD, 5A and 3D. RGB value is (189,90,61). Sum of RGB (Red+Green+Blue) = 189+90+61=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A3D is #42A5C2. Grayscale: #747474. Windows color (decimal): -4367811 or 4020925. OLE color: 4020925.

HSL color Cylindrical-coordinate representation of color #BD5A3D: hue angle of 13.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD5A3D is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1899061-
CMYK00.520.680.26
HSL13.59º51.2%49.02%-
HSV(B)13.59º67.72%74.12%-
XYZ25.4818.476.64-
YUV116.2996.8179.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.59%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=55.59%
G=26.47%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189906100.520.680.2613.5951.249.02
HexBD5A3D034441Ae3331
Octal2751327506410432166361
Binary10111101101101011110101101001000100110101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5A3D; }

 p { color: rgb(189,90,61); }

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

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

 a { background-color: rgb(189,90,61); }

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

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

 span { border-color: rgb(189,90,61); }

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