Html Css Color HEX #BFAF7D Ecru

📋 copy color: '#BFAF7D'

red 191 ◦ green 175 ◦ blue 125

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

Shades of Ecru #BFAF7D

Tints of Ecru #BFAF7D

RGB

 RED value IS 191 (75% from 255) = 38.9%

 GREEN value IS 175 (68.75% from 255) = 35.64%

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 38.9%
G = 35.64%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFAF7D (or 0xBFAF7D) is known color: Ecru. HEX triplet: BF, AF and 7D. RGB value is (191,175,125). Sum of RGB (Red+Green+Blue) = 191+175+125=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF7D is #405082. Grayscale: #AEAEAE. Windows color (decimal): -4214915 or 8236991. OLE color: 8236991.

HSL color Cylindrical-coordinate representation of color #BFAF7D: hue angle of 45.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFAF7D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 175 125 -
CMYK 0 0.08 0.35 0.25
HSL 45.45º 0.34% 0.62% -
HSV(B) 45.45º 0.35% 0.75% -
XYZ 40.52 43.22 25.61 -
YUV 174.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 191 175 125 0 0.08 0.35 0.25 45.45 0.34 0.62
Hex BF AF 7D 0 8 23 19 2D 22 3E
Octal 277 257 175 0 10 43 31 55 42 76
Binary 10111111 10101111 1111101 0 1000 100011 11001 101101 100010 111110

Color Harmonies of #BFAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF7D

Black with #BFAF7D

Text Example


Text Example

White with #BFAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF7D; }

 p { color: rgb(191,175,125); }

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

background-color css

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

 a { background-color: rgb(191,175,125); }

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

border-color css

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

 span { border-color: rgb(191,175,125); }

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