Html Css Color HEX #BD644D Flame Pea

📋 copy color: '#BD644D'

red 189 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #BD644D

Tints of Flame Pea #BD644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 51.64%
G = 27.32%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD644D (or 0xBD644D) is known color: Flame Pea. HEX triplet: BD, 64 and 4D. RGB value is (189,100,77). Sum of RGB (Red+Green+Blue) = 189+100+77=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD644D is #429BB2. Grayscale: #7C7C7C. Windows color (decimal): -4365235 or 5072061. OLE color: 5072061.

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

Color convert

RGB 189 100 77 -
CMYK 0 0.47 0.59 0.26
HSL 12.32º 0.46% 0.52% -
HSV(B) 12.32º 0.59% 0.74% -
XYZ 26.88 20.47 9.56 -
YUV 123.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 189 100 77 0 0.47 0.59 0.26 12.32 0.46 0.52
Hex BD 64 4D 0 2F 3B 1A C 2E 34
Octal 275 144 115 0 57 73 32 14 56 64
Binary 10111101 1100100 1001101 0 101111 111011 11010 1100 101110 110100

Color Harmonies of #BD644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD644D

Black with #BD644D

Text Example


Text Example

White with #BD644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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