Html Css Color HEX #BC9F64 Fallow

📋 copy color: '#BC9F64'

red 188 ◦ green 159 ◦ blue 100

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

Shades of Fallow #BC9F64

Tints of Fallow #BC9F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.37%

R = 42.06%
G = 35.57%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC9F64 (or 0xBC9F64) is known color: Fallow. HEX triplet: BC, 9F and 64. RGB value is (188,159,100). Sum of RGB (Red+Green+Blue) = 188+159+100=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F64 is #43609B. Grayscale: #A1A1A1. Windows color (decimal): -4415644 or 6594492. OLE color: 6594492.

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

Color convert

RGB 188 159 100 -
CMYK 0 0.15 0.47 0.26
HSL 40.23º 0.4% 0.56% -
HSV(B) 40.23º 0.47% 0.74% -
XYZ 35.44 36.41 17.22 -
YUV 160.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 188 159 100 0 0.15 0.47 0.26 40.23 0.4 0.56
Hex BC 9F 64 0 F 2F 1A 28 28 38
Octal 274 237 144 0 17 57 32 50 50 70
Binary 10111100 10011111 1100100 0 1111 101111 11010 101000 101000 111000

Color Harmonies of #BC9F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F64

Black with #BC9F64

Text Example


Text Example

White with #BC9F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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