Html Css Color HEX #BC9A70 Fallow

📋 copy color: '#BC9A70'

red 188 ◦ green 154 ◦ blue 112

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

Shades of Fallow #BC9A70

Tints of Fallow #BC9A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.92%

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

R = 41.41%
G = 33.92%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC9A70 (or 0xBC9A70) is known color: Fallow. HEX triplet: BC, 9A and 70. RGB value is (188,154,112). Sum of RGB (Red+Green+Blue) = 188+154+112=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A70 is #43658F. Grayscale: #9F9F9F. Windows color (decimal): -4416912 or 7379644. OLE color: 7379644.

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

Color convert

RGB 188 154 112 -
CMYK 0 0.18 0.40 0.26
HSL 33.16º 0.36% 0.59% -
HSV(B) 33.16º 0.4% 0.74% -
XYZ 35.22 34.97 20.22 -
YUV 159.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 188 154 112 0 0.18 0.40 0.26 33.16 0.36 0.59
Hex BC 9A 70 0 12 28 1A 21 24 3B
Octal 274 232 160 0 22 50 32 41 44 73
Binary 10111100 10011010 1110000 0 10010 101000 11010 100001 100100 111011

Color Harmonies of #BC9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A70

Black with #BC9A70

Text Example


Text Example

White with #BC9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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