Html Css Color HEX #BCA06A Fallow

📋 copy color: '#BCA06A'

red 188 ◦ green 160 ◦ blue 106

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

Shades of Fallow #BCA06A

Tints of Fallow #BCA06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.35%

R = 41.41%
G = 35.24%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCA06A (or 0xBCA06A) is known color: Fallow. HEX triplet: BC, A0 and 6A. RGB value is (188,160,106). Sum of RGB (Red+Green+Blue) = 188+160+106=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA06A is #435F95. Grayscale: #A2A2A2. Windows color (decimal): -4415382 or 6987964. OLE color: 6987964.

HSL color Cylindrical-coordinate representation of color #BCA06A: hue angle of 39.51º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCA06A is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 106 -
CMYK 0 0.15 0.44 0.26
HSL 39.51º 0.38% 0.58% -
HSV(B) 39.51º 0.44% 0.74% -
XYZ 35.91 36.87 18.86 -
YUV 162.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 188 160 106 0 0.15 0.44 0.26 39.51 0.38 0.58
Hex BC A0 6A 0 F 2C 1A 28 26 3A
Octal 274 240 152 0 17 54 32 50 46 72
Binary 10111100 10100000 1101010 0 1111 101100 11010 101000 100110 111010

Color Harmonies of #BCA06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA06A

Black with #BCA06A

Text Example


Text Example

White with #BCA06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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