Html Css Color HEX #BFAF78 Ecru

📋 copy color: '#BFAF78'

red 191 ◦ green 175 ◦ blue 120

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

Shades of Ecru #BFAF78

Tints of Ecru #BFAF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 39.3%
G = 36.01%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFAF78 (or 0xBFAF78) is known color: Ecru. HEX triplet: BF, AF and 78. RGB value is (191,175,120). Sum of RGB (Red+Green+Blue) = 191+175+120=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF78 is #405087. Grayscale: #ADADAD. Windows color (decimal): -4214920 or 7909311. OLE color: 7909311.

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

Color convert

RGB 191 175 120 -
CMYK 0 0.08 0.37 0.25
HSL 46.48º 0.36% 0.61% -
HSV(B) 46.48º 0.37% 0.75% -
XYZ 40.21 43.09 23.97 -
YUV 173.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 191 175 120 0 0.08 0.37 0.25 46.48 0.36 0.61
Hex BF AF 78 0 8 25 19 2E 24 3D
Octal 277 257 170 0 10 45 31 56 44 75
Binary 10111111 10101111 1111000 0 1000 100101 11001 101110 100100 111101

Color Harmonies of #BFAF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF78

Black with #BFAF78

Text Example


Text Example

White with #BFAF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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