Html Css Color HEX #BC9770 Fallow

📋 copy color: '#BC9770'

red 188 ◦ green 151 ◦ blue 112

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

Shades of Fallow #BC9770

Tints of Fallow #BC9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.48%

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

R = 41.69%
G = 33.48%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC9770 (or 0xBC9770) is known color: Fallow. HEX triplet: BC, 97 and 70. RGB value is (188,151,112). Sum of RGB (Red+Green+Blue) = 188+151+112=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9770 is #43688F. Grayscale: #9D9D9D. Windows color (decimal): -4417680 or 7378876. OLE color: 7378876.

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

Color convert

RGB 188 151 112 -
CMYK 0 0.20 0.40 0.26
HSL 30.79º 0.36% 0.59% -
HSV(B) 30.79º 0.4% 0.74% -
XYZ 34.73 33.99 20.06 -
YUV 157.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 188 151 112 0 0.20 0.40 0.26 30.79 0.36 0.59
Hex BC 97 70 0 14 28 1A 1F 24 3B
Octal 274 227 160 0 24 50 32 37 44 73
Binary 10111100 10010111 1110000 0 10100 101000 11010 11111 100100 111011

Color Harmonies of #BC9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9770

Black with #BC9770

Text Example


Text Example

White with #BC9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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