Html Css Color HEX #BC9F70 Fallow

📋 copy color: '#BC9F70'

red 188 ◦ green 159 ◦ blue 112

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

Shades of Fallow #BC9F70

Tints of Fallow #BC9F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 40.96%
G = 34.64%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC9F70 (or 0xBC9F70) is known color: Fallow. HEX triplet: BC, 9F and 70. RGB value is (188,159,112). Sum of RGB (Red+Green+Blue) = 188+159+112=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F70 is #43608F. Grayscale: #A2A2A2. Windows color (decimal): -4415632 or 7380924. OLE color: 7380924.

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

Color convert

RGB 188 159 112 -
CMYK 0 0.15 0.40 0.26
HSL 37.11º 0.36% 0.59% -
HSV(B) 37.11º 0.4% 0.74% -
XYZ 36.06 36.66 20.5 -
YUV 162.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 188 159 112 0 0.15 0.40 0.26 37.11 0.36 0.59
Hex BC 9F 70 0 F 28 1A 25 24 3B
Octal 274 237 160 0 17 50 32 45 44 73
Binary 10111100 10011111 1110000 0 1111 101000 11010 100101 100100 111011

Color Harmonies of #BC9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F70

Black with #BC9F70

Text Example


Text Example

White with #BC9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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