Html Css Color HEX #BD684F Flame Pea

📋 copy color: '#BD684F'

red 189 ◦ green 104 ◦ blue 79

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

Shades of Flame Pea #BD684F

Tints of Flame Pea #BD684F

RGB

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

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

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

R = 50.81%
G = 27.96%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD684F (or 0xBD684F) is known color: Flame Pea. HEX triplet: BD, 68 and 4F. RGB value is (189,104,79). Sum of RGB (Red+Green+Blue) = 189+104+79=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD684F is #4297B0. Grayscale: #7E7E7E. Windows color (decimal): -4364209 or 5204157. OLE color: 5204157.

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

Color convert

RGB 189 104 79 -
CMYK 0 0.45 0.58 0.26
HSL 13.64º 0.45% 0.53% -
HSV(B) 13.64º 0.58% 0.74% -
XYZ 27.35 21.28 10.06 -
YUV 126.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 189 104 79 0 0.45 0.58 0.26 13.64 0.45 0.53
Hex BD 68 4F 0 2D 3A 1A E 2D 35
Octal 275 150 117 0 55 72 32 16 55 65
Binary 10111101 1101000 1001111 0 101101 111010 11010 1110 101101 110101

Color Harmonies of #BD684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD684F

Black with #BD684F

Text Example


Text Example

White with #BD684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD684F; }

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

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

background-color css

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

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

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

border-color css

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

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

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