Html Css Color HEX #BC9772 Fallow

📋 copy color: '#BC9772'

red 188 ◦ green 151 ◦ blue 114

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

Shades of Fallow #BC9772

Tints of Fallow #BC9772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 41.5%
G = 33.33%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC9772 (or 0xBC9772) is known color: Fallow. HEX triplet: BC, 97 and 72. RGB value is (188,151,114). Sum of RGB (Red+Green+Blue) = 188+151+114=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9772 is #43688D. Grayscale: #9E9E9E. Windows color (decimal): -4417678 or 7509948. OLE color: 7509948.

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

Color convert

RGB 188 151 114 -
CMYK 0 0.20 0.39 0.26
HSL 30º 0.36% 0.59% -
HSV(B) 30º 0.39% 0.74% -
XYZ 34.84 34.04 20.65 -
YUV 157.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 188 151 114 0 0.20 0.39 0.26 30 0.36 0.59
Hex BC 97 72 0 14 27 1A 1E 24 3B
Octal 274 227 162 0 24 47 32 36 44 73
Binary 10111100 10010111 1110010 0 10100 100111 11010 11110 100100 111011

Color Harmonies of #BC9772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9772

Black with #BC9772

Text Example


Text Example

White with #BC9772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9772; }

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

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

background-color css

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

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

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

border-color css

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

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

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