Html Css Color HEX #BD6046 Flame Pea

📋 copy color: '#BD6046'

red 189 ◦ green 96 ◦ blue 70

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

Shades of Flame Pea #BD6046

Tints of Flame Pea #BD6046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 53.24%
G = 27.04%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6046 (or 0xBD6046) is known color: Flame Pea. HEX triplet: BD, 60 and 46. RGB value is (189,96,70). Sum of RGB (Red+Green+Blue) = 189+96+70=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6046 is #429FB9. Grayscale: #797979. Windows color (decimal): -4366266 or 4612285. OLE color: 4612285.

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

Color convert

RGB 189 96 70 -
CMYK 0 0.49 0.63 0.26
HSL 13.11º 0.47% 0.51% -
HSV(B) 13.11º 0.63% 0.74% -
XYZ 26.27 19.63 8.2 -
YUV 120.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 189 96 70 0 0.49 0.63 0.26 13.11 0.47 0.51
Hex BD 60 46 0 31 3F 1A D 2F 33
Octal 275 140 106 0 61 77 32 15 57 63
Binary 10111101 1100000 1000110 0 110001 111111 11010 1101 101111 110011

Color Harmonies of #BD6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6046

Black with #BD6046

Text Example


Text Example

White with #BD6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6046; }

 p { color: rgb(189,96,70); }

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

background-color css

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

 a { background-color: rgb(189,96,70); }

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

border-color css

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

 span { border-color: rgb(189,96,70); }

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