Html Css Color HEX #BFAE75 Ecru

📋 copy color: '#BFAE75'

red 191 ◦ green 174 ◦ blue 117

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

Shades of Ecru #BFAE75

Tints of Ecru #BFAE75

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 39.63%
G = 36.1%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFAE75 (or 0xBFAE75) is known color: Ecru. HEX triplet: BF, AE and 75. RGB value is (191,174,117). Sum of RGB (Red+Green+Blue) = 191+174+117=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE75 is #40518A. Grayscale: #ACACAC. Windows color (decimal): -4215179 or 7712447. OLE color: 7712447.

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

Color convert

RGB 191 174 117 -
CMYK 0 0.09 0.39 0.25
HSL 46.22º 0.37% 0.6% -
HSV(B) 46.22º 0.39% 0.75% -
XYZ 39.83 42.63 22.96 -
YUV 172.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 191 174 117 0 0.09 0.39 0.25 46.22 0.37 0.6
Hex BF AE 75 0 9 27 19 2E 25 3C
Octal 277 256 165 0 11 47 31 56 45 74
Binary 10111111 10101110 1110101 0 1001 100111 11001 101110 100101 111100

Color Harmonies of #BFAE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE75

Black with #BFAE75

Text Example


Text Example

White with #BFAE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE75; }

 p { color: rgb(191,174,117); }

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

background-color css

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

 a { background-color: rgb(191,174,117); }

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

border-color css

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

 span { border-color: rgb(191,174,117); }

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