Html Css Color HEX #BC9A6C Fallow

📋 copy color: '#BC9A6C'

red 188 ◦ green 154 ◦ blue 108

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

Shades of Fallow #BC9A6C

Tints of Fallow #BC9A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24%

R = 41.78%
G = 34.22%
B = 24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC9A6C (or 0xBC9A6C) is known color: Fallow. HEX triplet: BC, 9A and 6C. RGB value is (188,154,108). Sum of RGB (Red+Green+Blue) = 188+154+108=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A6C is #436593. Grayscale: #9F9F9F. Windows color (decimal): -4416916 or 7117500. OLE color: 7117500.

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

Color convert

RGB 188 154 108 -
CMYK 0 0.18 0.43 0.26
HSL 34.5º 0.37% 0.58% -
HSV(B) 34.5º 0.43% 0.74% -
XYZ 35 34.89 19.08 -
YUV 158.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 188 154 108 0 0.18 0.43 0.26 34.5 0.37 0.58
Hex BC 9A 6C 0 12 2B 1A 22 25 3A
Octal 274 232 154 0 22 53 32 42 45 72
Binary 10111100 10011010 1101100 0 10010 101011 11010 100010 100101 111010

Color Harmonies of #BC9A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A6C

Black with #BC9A6C

Text Example


Text Example

White with #BC9A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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