Html Css Color HEX #BD6847 Flame Pea

📋 copy color: '#BD6847'

red 189 ◦ green 104 ◦ blue 71

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

Shades of Flame Pea #BD6847

Tints of Flame Pea #BD6847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 51.92%
G = 28.57%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6847 (or 0xBD6847) is known color: Flame Pea. HEX triplet: BD, 68 and 47. RGB value is (189,104,71). Sum of RGB (Red+Green+Blue) = 189+104+71=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6847 is #4297B8. Grayscale: #7D7D7D. Windows color (decimal): -4364217 or 4679869. OLE color: 4679869.

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

Color convert

RGB 189 104 71 -
CMYK 0 0.45 0.62 0.26
HSL 16.78º 0.47% 0.51% -
HSV(B) 16.78º 0.62% 0.74% -
XYZ 27.07 21.17 8.62 -
YUV 125.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 189 104 71 0 0.45 0.62 0.26 16.78 0.47 0.51
Hex BD 68 47 0 2D 3E 1A 11 2F 33
Octal 275 150 107 0 55 76 32 21 57 63
Binary 10111101 1101000 1000111 0 101101 111110 11010 10001 101111 110011

Color Harmonies of #BD6847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6847

Black with #BD6847

Text Example


Text Example

White with #BD6847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6847; }

 p { color: rgb(189,104,71); }

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

background-color css

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

 a { background-color: rgb(189,104,71); }

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

border-color css

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

 span { border-color: rgb(189,104,71); }

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