Html Css Color HEX #BD6444 Flame Pea

📋 copy color: '#BD6444'

red 189 ◦ green 100 ◦ blue 68

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

Shades of Flame Pea #BD6444

Tints of Flame Pea #BD6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.05%

R = 52.94%
G = 28.01%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD6444 (or 0xBD6444) is known color: Flame Pea. HEX triplet: BD, 64 and 44. RGB value is (189,100,68). Sum of RGB (Red+Green+Blue) = 189+100+68=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6444 is #429BBB. Grayscale: #7B7B7B. Windows color (decimal): -4365244 or 4482237. OLE color: 4482237.

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

Color convert

RGB 189 100 68 -
CMYK 0 0.47 0.64 0.26
HSL 15.87º 0.48% 0.5% -
HSV(B) 15.87º 0.64% 0.74% -
XYZ 26.59 20.35 8 -
YUV 122.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 189 100 68 0 0.47 0.64 0.26 15.87 0.48 0.5
Hex BD 64 44 0 2F 40 1A 10 30 32
Octal 275 144 104 0 57 100 32 20 60 62
Binary 10111101 1100100 1000100 0 101111 1000000 11010 10000 110000 110010

Color Harmonies of #BD6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6444

Black with #BD6444

Text Example


Text Example

White with #BD6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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