Html Css Color HEX #BD6049 Flame Pea

📋 copy color: '#BD6049'

red 189 ◦ green 96 ◦ blue 73

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

Shades of Flame Pea #BD6049

Tints of Flame Pea #BD6049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 52.79%
G = 26.82%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD6049 (or 0xBD6049) is known color: Flame Pea. HEX triplet: BD, 60 and 49. RGB value is (189,96,73). Sum of RGB (Red+Green+Blue) = 189+96+73=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6049 is #429FB6. Grayscale: #797979. Windows color (decimal): -4366263 or 4808893. OLE color: 4808893.

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

Color convert

RGB 189 96 73 -
CMYK 0 0.49 0.61 0.26
HSL 11.9º 0.47% 0.51% -
HSV(B) 11.9º 0.61% 0.74% -
XYZ 26.37 19.67 8.71 -
YUV 121.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 189 96 73 0 0.49 0.61 0.26 11.9 0.47 0.51
Hex BD 60 49 0 31 3D 1A C 2F 33
Octal 275 140 111 0 61 75 32 14 57 63
Binary 10111101 1100000 1001001 0 110001 111101 11010 1100 101111 110011

Color Harmonies of #BD6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6049

Black with #BD6049

Text Example


Text Example

White with #BD6049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6049; }

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

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

background-color css

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

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

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

border-color css

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

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

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