Html Css Color HEX #BD684D Flame Pea

📋 copy color: '#BD684D'

red 189 ◦ green 104 ◦ blue 77

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

Shades of Flame Pea #BD684D

Tints of Flame Pea #BD684D

RGB

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

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

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

R = 51.08%
G = 28.11%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD684D (or 0xBD684D) is known color: Flame Pea. HEX triplet: BD, 68 and 4D. RGB value is (189,104,77). Sum of RGB (Red+Green+Blue) = 189+104+77=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD684D is #4297B2. Grayscale: #7E7E7E. Windows color (decimal): -4364211 or 5073085. OLE color: 5073085.

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

Color convert

RGB 189 104 77 -
CMYK 0 0.45 0.59 0.26
HSL 14.46º 0.46% 0.52% -
HSV(B) 14.46º 0.59% 0.74% -
XYZ 27.28 21.26 9.69 -
YUV 126.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 189 104 77 0 0.45 0.59 0.26 14.46 0.46 0.52
Hex BD 68 4D 0 2D 3B 1A E 2E 34
Octal 275 150 115 0 55 73 32 16 56 64
Binary 10111101 1101000 1001101 0 101101 111011 11010 1110 101110 110100

Color Harmonies of #BD684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD684D

Black with #BD684D

Text Example


Text Example

White with #BD684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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