#BD5B3F

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

Shades of Flame Pea #BD5B3F

Tints of Flame Pea #BD5B3F

Color information

#BD5B3F (or 0xBD5B3F) is unknown color: approx Flame Pea. HEX triplet: BD, 5B and 3F. RGB value is (189,91,63). Sum of RGB (Red+Green+Blue) = 189+91+63=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B3F is #42A4C0. Grayscale: #757575. Windows color (decimal): -4367553 or 4152253. OLE color: 4152253.

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

Color convert

RGB1899163-
CMYK00.520.670.26
HSL13.33º50%49.41%-
HSV(B)13.33º66.67%74.12%-
XYZ25.6218.666.95-
YUV117.1197.47179.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 63 (25% from 255) = 18.37%
R=55.10%
G=26.53%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189916300.520.670.2613.335049.41
HexBD5B3F034431Ad3231
Octal2751337706410332156261
Binary10111101101101111111101101001000011110101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5B3F; }

 p { color: rgb(189,91,63); }

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

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

 a { background-color: rgb(189,91,63); }

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

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

 span { border-color: rgb(189,91,63); }

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