Html Css Color HEX #BCA872 Ecru

📋 copy color: '#BCA872'

red 188 ◦ green 168 ◦ blue 114

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

Shades of Ecru #BCA872

Tints of Ecru #BCA872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

 BLUE value IS 114 (44.92% from 255) = 24.26%

R = 40%
G = 35.74%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCA872 (or 0xBCA872) is known color: Ecru. HEX triplet: BC, A8 and 72. RGB value is (188,168,114). Sum of RGB (Red+Green+Blue) = 188+168+114=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA872 is #43578D. Grayscale: #A8A8A8. Windows color (decimal): -4413326 or 7514300. OLE color: 7514300.

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

Color convert

RGB 188 168 114 -
CMYK 0 0.11 0.39 0.26
HSL 43.78º 0.36% 0.59% -
HSV(B) 43.78º 0.39% 0.74% -
XYZ 37.78 39.91 21.63 -
YUV 167.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 188 168 114 0 0.11 0.39 0.26 43.78 0.36 0.59
Hex BC A8 72 0 B 27 1A 2C 24 3B
Octal 274 250 162 0 13 47 32 54 44 73
Binary 10111100 10101000 1110010 0 1011 100111 11010 101100 100100 111011

Color Harmonies of #BCA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA872

Black with #BCA872

Text Example


Text Example

White with #BCA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA872; }

 p { color: rgb(188,168,114); }

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

background-color css

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

 a { background-color: rgb(188,168,114); }

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

border-color css

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

 span { border-color: rgb(188,168,114); }

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