Html Css Color HEX #BC9669 Fallow

📋 copy color: '#BC9669'

red 188 ◦ green 150 ◦ blue 105

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

Shades of Fallow #BC9669

Tints of Fallow #BC9669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.86%

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

R = 42.44%
G = 33.86%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC9669 (or 0xBC9669) is known color: Fallow. HEX triplet: BC, 96 and 69. RGB value is (188,150,105). Sum of RGB (Red+Green+Blue) = 188+150+105=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9669 is #436996. Grayscale: #9C9C9C. Windows color (decimal): -4417943 or 6919868. OLE color: 6919868.

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

Color convert

RGB 188 150 105 -
CMYK 0 0.20 0.44 0.26
HSL 32.53º 0.38% 0.57% -
HSV(B) 32.53º 0.44% 0.74% -
XYZ 34.2 33.52 18.03 -
YUV 156.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 188 150 105 0 0.20 0.44 0.26 32.53 0.38 0.57
Hex BC 96 69 0 14 2C 1A 21 26 39
Octal 274 226 151 0 24 54 32 41 46 71
Binary 10111100 10010110 1101001 0 10100 101100 11010 100001 100110 111001

Color Harmonies of #BC9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9669

Black with #BC9669

Text Example


Text Example

White with #BC9669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9669; }

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

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

background-color css

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

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

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

border-color css

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

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

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