Html Css Color HEX #BC9C69 Fallow

📋 copy color: '#BC9C69'

red 188 ◦ green 156 ◦ blue 105

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

Shades of Fallow #BC9C69

Tints of Fallow #BC9C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.74%

 BLUE value IS 105 (41.41% from 255) = 23.39%

R = 41.87%
G = 34.74%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC9C69 (or 0xBC9C69) is known color: Fallow. HEX triplet: BC, 9C and 69. RGB value is (188,156,105). Sum of RGB (Red+Green+Blue) = 188+156+105=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C69 is #436396. Grayscale: #9F9F9F. Windows color (decimal): -4416407 or 6921404. OLE color: 6921404.

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

Color convert

RGB 188 156 105 -
CMYK 0 0.17 0.44 0.26
HSL 36.87º 0.38% 0.57% -
HSV(B) 36.87º 0.44% 0.74% -
XYZ 35.18 35.49 18.36 -
YUV 159.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 188 156 105 0 0.17 0.44 0.26 36.87 0.38 0.57
Hex BC 9C 69 0 11 2C 1A 25 26 39
Octal 274 234 151 0 21 54 32 45 46 71
Binary 10111100 10011100 1101001 0 10001 101100 11010 100101 100110 111001

Color Harmonies of #BC9C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C69

Black with #BC9C69

Text Example


Text Example

White with #BC9C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C69; }

 p { color: rgb(188,156,105); }

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

background-color css

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

 a { background-color: rgb(188,156,105); }

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

border-color css

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

 span { border-color: rgb(188,156,105); }

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