Html Css Color HEX #BD6141 Flame Pea

📋 copy color: '#BD6141'

red 189 ◦ green 97 ◦ blue 65

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

Shades of Flame Pea #BD6141

Tints of Flame Pea #BD6141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

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

R = 53.85%
G = 27.64%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD6141 (or 0xBD6141) is known color: Flame Pea. HEX triplet: BD, 61 and 41. RGB value is (189,97,65). Sum of RGB (Red+Green+Blue) = 189+97+65=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6141 is #429EBE. Grayscale: #797979. Windows color (decimal): -4366015 or 4284861. OLE color: 4284861.

HSL color Cylindrical-coordinate representation of color #BD6141: hue angle of 15.48º 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 #BD6141 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 97 65 -
CMYK 0 0.49 0.66 0.26
HSL 15.48º 0.49% 0.5% -
HSV(B) 15.48º 0.66% 0.74% -
XYZ 26.22 19.75 7.43 -
YUV 120.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 189 97 65 0 0.49 0.66 0.26 15.48 0.49 0.5
Hex BD 61 41 0 31 42 1A F 31 32
Octal 275 141 101 0 61 102 32 17 61 62
Binary 10111101 1100001 1000001 0 110001 1000010 11010 1111 110001 110010

Color Harmonies of #BD6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6141

Black with #BD6141

Text Example


Text Example

White with #BD6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6141; }

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

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

background-color css

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

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

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

border-color css

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

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

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