Html Css Color HEX #BCAA71 Ecru

📋 copy color: '#BCAA71'

red 188 ◦ green 170 ◦ blue 113

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

Shades of Ecru #BCAA71

Tints of Ecru #BCAA71

RGB

 RED value IS 188 (73.83% from 255) = 39.92%

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 39.92%
G = 36.09%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCAA71 (or 0xBCAA71) is known color: Ecru. HEX triplet: BC, AA and 71. RGB value is (188,170,113). Sum of RGB (Red+Green+Blue) = 188+170+113=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA71 is #43558E. Grayscale: #A9A9A9. Windows color (decimal): -4412815 or 7449276. OLE color: 7449276.

HSL color Cylindrical-coordinate representation of color #BCAA71: hue angle of 45.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCAA71 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 113 -
CMYK 0 0.10 0.40 0.26
HSL 45.6º 0.36% 0.59% -
HSV(B) 45.6º 0.4% 0.74% -
XYZ 38.09 40.63 21.46 -
YUV 168.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 188 170 113 0 0.10 0.40 0.26 45.6 0.36 0.59
Hex BC AA 71 0 A 28 1A 2E 24 3B
Octal 274 252 161 0 12 50 32 56 44 73
Binary 10111100 10101010 1110001 0 1010 101000 11010 101110 100100 111011

Color Harmonies of #BCAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA71

Black with #BCAA71

Text Example


Text Example

White with #BCAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA71; }

 p { color: rgb(188,170,113); }

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

background-color css

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

 a { background-color: rgb(188,170,113); }

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

border-color css

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

 span { border-color: rgb(188,170,113); }

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