Html Css Color HEX #BD5D41 Flame Pea

📋 copy color: '#BD5D41'

red 189 ◦ green 93 ◦ blue 65

#BD5D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #BD5D41

Tints of Flame Pea #BD5D41

RGB

 RED value IS 189 (74.22% from 255) = 54.47%

 GREEN value IS 93 (36.72% from 255) = 26.8%

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 54.47%
G = 26.8%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD5D41 (or 0xBD5D41) is known color: Flame Pea. HEX triplet: BD, 5D and 41. RGB value is (189,93,65). Sum of RGB (Red+Green+Blue) = 189+93+65=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5D41 is #42A2BE. Grayscale: #767676. Windows color (decimal): -4367039 or 4283837. OLE color: 4283837.

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

Color convert

RGB 189 93 65 -
CMYK 0 0.51 0.66 0.26
HSL 13.55º 0.49% 0.5% -
HSV(B) 13.55º 0.66% 0.74% -
XYZ 25.85 19.03 7.31 -
YUV 118.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 189 93 65 0 0.51 0.66 0.26 13.55 0.49 0.5
Hex BD 5D 41 0 33 42 1A E 31 32
Octal 275 135 101 0 63 102 32 16 61 62
Binary 10111101 1011101 1000001 0 110011 1000010 11010 1110 110001 110010

Color Harmonies of #BD5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5D41

Black with #BD5D41

Text Example


Text Example

White with #BD5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5D41; }

 p { color: rgb(189,93,65); }

 H1.HeaderClassName
 {
   color: #BD5D41;
 }
 .AnyTagClassName
 {
   color: #BD5D41;
 }
</style>

background-color css

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

 a { background-color: rgb(189,93,65); }

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

border-color css

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

 span { border-color: rgb(189,93,65); }

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