Html Css Color HEX #BC9A6A Fallow

📋 copy color: '#BC9A6A'

red 188 ◦ green 154 ◦ blue 106

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

Shades of Fallow #BC9A6A

Tints of Fallow #BC9A6A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.38%

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

R = 41.96%
G = 34.38%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC9A6A (or 0xBC9A6A) is known color: Fallow. HEX triplet: BC, 9A and 6A. RGB value is (188,154,106). Sum of RGB (Red+Green+Blue) = 188+154+106=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A6A is #436595. Grayscale: #9E9E9E. Windows color (decimal): -4416918 or 6986428. OLE color: 6986428.

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

Color convert

RGB 188 154 106 -
CMYK 0 0.18 0.44 0.26
HSL 35.12º 0.38% 0.58% -
HSV(B) 35.12º 0.44% 0.74% -
XYZ 34.9 34.84 18.52 -
YUV 158.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 188 154 106 0 0.18 0.44 0.26 35.12 0.38 0.58
Hex BC 9A 6A 0 12 2C 1A 23 26 3A
Octal 274 232 152 0 22 54 32 43 46 72
Binary 10111100 10011010 1101010 0 10010 101100 11010 100011 100110 111010

Color Harmonies of #BC9A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A6A

Black with #BC9A6A

Text Example


Text Example

White with #BC9A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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