Html Css Color HEX #BCA572 Fallow

📋 copy color: '#BCA572'

red 188 ◦ green 165 ◦ blue 114

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

Shades of Fallow #BCA572

Tints of Fallow #BCA572

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

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

R = 40.26%
G = 35.33%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCA572 (or 0xBCA572) is known color: Fallow. HEX triplet: BC, A5 and 72. RGB value is (188,165,114). Sum of RGB (Red+Green+Blue) = 188+165+114=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA572 is #435A8D. Grayscale: #A6A6A6. Windows color (decimal): -4414094 or 7513532. OLE color: 7513532.

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

Color convert

RGB 188 165 114 -
CMYK 0 0.12 0.39 0.26
HSL 41.35º 0.36% 0.59% -
HSV(B) 41.35º 0.39% 0.74% -
XYZ 37.23 38.82 21.45 -
YUV 166.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 188 165 114 0 0.12 0.39 0.26 41.35 0.36 0.59
Hex BC A5 72 0 C 27 1A 29 24 3B
Octal 274 245 162 0 14 47 32 51 44 73
Binary 10111100 10100101 1110010 0 1100 100111 11010 101001 100100 111011

Color Harmonies of #BCA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA572

Black with #BCA572

Text Example


Text Example

White with #BCA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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