Html Css Color HEX #BD644F Flame Pea

📋 copy color: '#BD644F'

red 189 ◦ green 100 ◦ blue 79

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

Shades of Flame Pea #BD644F

Tints of Flame Pea #BD644F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 51.36%
G = 27.17%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD644F (or 0xBD644F) is known color: Flame Pea. HEX triplet: BD, 64 and 4F. RGB value is (189,100,79). Sum of RGB (Red+Green+Blue) = 189+100+79=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD644F is #429BB0. Grayscale: #7C7C7C. Windows color (decimal): -4365233 or 5203133. OLE color: 5203133.

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

Color convert

RGB 189 100 79 -
CMYK 0 0.47 0.58 0.26
HSL 11.45º 0.45% 0.53% -
HSV(B) 11.45º 0.58% 0.74% -
XYZ 26.95 20.5 9.93 -
YUV 124.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 189 100 79 0 0.47 0.58 0.26 11.45 0.45 0.53
Hex BD 64 4F 0 2F 3A 1A B 2D 35
Octal 275 144 117 0 57 72 32 13 55 65
Binary 10111101 1100100 1001111 0 101111 111010 11010 1011 101101 110101

Color Harmonies of #BD644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD644F

Black with #BD644F

Text Example


Text Example

White with #BD644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD644F; }

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

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

background-color css

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

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

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

border-color css

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

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

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