Html Css Color HEX #BC9F6F Fallow

📋 copy color: '#BC9F6F'

red 188 ◦ green 159 ◦ blue 111

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

Shades of Fallow #BC9F6F

Tints of Fallow #BC9F6F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.72%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 41.05%
G = 34.72%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC9F6F (or 0xBC9F6F) is known color: Fallow. HEX triplet: BC, 9F and 6F. RGB value is (188,159,111). Sum of RGB (Red+Green+Blue) = 188+159+111=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F6F is #436090. Grayscale: #A2A2A2. Windows color (decimal): -4415633 or 7315388. OLE color: 7315388.

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

Color convert

RGB 188 159 111 -
CMYK 0 0.15 0.41 0.26
HSL 37.4º 0.36% 0.59% -
HSV(B) 37.4º 0.41% 0.74% -
XYZ 36.01 36.64 20.21 -
YUV 162.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 188 159 111 0 0.15 0.41 0.26 37.4 0.36 0.59
Hex BC 9F 6F 0 F 29 1A 25 24 3B
Octal 274 237 157 0 17 51 32 45 44 73
Binary 10111100 10011111 1101111 0 1111 101001 11010 100101 100100 111011

Color Harmonies of #BC9F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F6F

Black with #BC9F6F

Text Example


Text Example

White with #BC9F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F6F; }

 p { color: rgb(188,159,111); }

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

background-color css

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

 a { background-color: rgb(188,159,111); }

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

border-color css

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

 span { border-color: rgb(188,159,111); }

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