Html Css Color HEX #BD684C Flame Pea

📋 copy color: '#BD684C'

red 189 ◦ green 104 ◦ blue 76

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

Shades of Flame Pea #BD684C

Tints of Flame Pea #BD684C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 51.22%
G = 28.18%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD684C (or 0xBD684C) is known color: Flame Pea. HEX triplet: BD, 68 and 4C. RGB value is (189,104,76). Sum of RGB (Red+Green+Blue) = 189+104+76=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD684C is #4297B3. Grayscale: #7E7E7E. Windows color (decimal): -4364212 or 5007549. OLE color: 5007549.

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

Color convert

RGB 189 104 76 -
CMYK 0 0.45 0.60 0.26
HSL 14.87º 0.46% 0.52% -
HSV(B) 14.87º 0.6% 0.74% -
XYZ 27.24 21.24 9.5 -
YUV 126.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 189 104 76 0 0.45 0.60 0.26 14.87 0.46 0.52
Hex BD 68 4C 0 2D 3C 1A F 2E 34
Octal 275 150 114 0 55 74 32 17 56 64
Binary 10111101 1101000 1001100 0 101101 111100 11010 1111 101110 110100

Color Harmonies of #BD684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD684C

Black with #BD684C

Text Example


Text Example

White with #BD684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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