Html Css Color HEX #BCA072 Fallow

📋 copy color: '#BCA072'

red 188 ◦ green 160 ◦ blue 114

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

Shades of Fallow #BCA072

Tints of Fallow #BCA072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.63%

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

R = 40.69%
G = 34.63%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCA072 (or 0xBCA072) is known color: Fallow. HEX triplet: BC, A0 and 72. RGB value is (188,160,114). Sum of RGB (Red+Green+Blue) = 188+160+114=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA072 is #435F8D. Grayscale: #A3A3A3. Windows color (decimal): -4415374 or 7512252. OLE color: 7512252.

HSL color Cylindrical-coordinate representation of color #BCA072: hue angle of 37.3º 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 #BCA072 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 114 -
CMYK 0 0.15 0.39 0.26
HSL 37.3º 0.36% 0.59% -
HSV(B) 37.3º 0.39% 0.74% -
XYZ 36.35 37.05 21.15 -
YUV 163.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 188 160 114 0 0.15 0.39 0.26 37.3 0.36 0.59
Hex BC A0 72 0 F 27 1A 25 24 3B
Octal 274 240 162 0 17 47 32 45 44 73
Binary 10111100 10100000 1110010 0 1111 100111 11010 100101 100100 111011

Color Harmonies of #BCA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA072

Black with #BCA072

Text Example


Text Example

White with #BCA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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