Html Css Color HEX #BFAE83 Ecru

📋 copy color: '#BFAE83'

red 191 ◦ green 174 ◦ blue 131

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

Shades of Ecru #BFAE83

Tints of Ecru #BFAE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.41%

R = 38.51%
G = 35.08%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFAE83 (or 0xBFAE83) is known color: Ecru. HEX triplet: BF, AE and 83. RGB value is (191,174,131). Sum of RGB (Red+Green+Blue) = 191+174+131=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE83 is #40517C. Grayscale: #AEAEAE. Windows color (decimal): -4215165 or 8629951. OLE color: 8629951.

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

Color convert

RGB 191 174 131 -
CMYK 0 0.09 0.31 0.25
HSL 43º 0.32% 0.63% -
HSV(B) 43º 0.31% 0.75% -
XYZ 40.72 42.99 27.62 -
YUV 174.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 191 174 131 0 0.09 0.31 0.25 43 0.32 0.63
Hex BF AE 83 0 9 1F 19 2B 20 3F
Octal 277 256 203 0 11 37 31 53 40 77
Binary 10111111 10101110 10000011 0 1001 11111 11001 101011 100000 111111

Color Harmonies of #BFAE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE83

Black with #BFAE83

Text Example


Text Example

White with #BFAE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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