Html Css Color HEX #BD6447 Flame Pea

📋 copy color: '#BD6447'

red 189 ◦ green 100 ◦ blue 71

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

Shades of Flame Pea #BD6447

Tints of Flame Pea #BD6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

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

R = 52.5%
G = 27.78%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6447 (or 0xBD6447) is known color: Flame Pea. HEX triplet: BD, 64 and 47. RGB value is (189,100,71). Sum of RGB (Red+Green+Blue) = 189+100+71=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6447 is #429BB8. Grayscale: #7B7B7B. Windows color (decimal): -4365241 or 4678845. OLE color: 4678845.

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

Color convert

RGB 189 100 71 -
CMYK 0 0.47 0.62 0.26
HSL 14.75º 0.47% 0.51% -
HSV(B) 14.75º 0.62% 0.74% -
XYZ 26.68 20.39 8.49 -
YUV 123.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 189 100 71 0 0.47 0.62 0.26 14.75 0.47 0.51
Hex BD 64 47 0 2F 3E 1A F 2F 33
Octal 275 144 107 0 57 76 32 17 57 63
Binary 10111101 1100100 1000111 0 101111 111110 11010 1111 101111 110011

Color Harmonies of #BD6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6447

Black with #BD6447

Text Example


Text Example

White with #BD6447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6447; }

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

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

background-color css

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

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

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

border-color css

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

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

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