Html Css Color HEX #BC9768 Fallow

📋 copy color: '#BC9768'

red 188 ◦ green 151 ◦ blue 104

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

Shades of Fallow #BC9768

Tints of Fallow #BC9768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.48%

R = 42.44%
G = 34.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9768 (or 0xBC9768) is known color: Fallow. HEX triplet: BC, 97 and 68. RGB value is (188,151,104). Sum of RGB (Red+Green+Blue) = 188+151+104=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9768 is #436897. Grayscale: #9C9C9C. Windows color (decimal): -4417688 or 6854588. OLE color: 6854588.

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

Color convert

RGB 188 151 104 -
CMYK 0 0.20 0.45 0.26
HSL 33.57º 0.39% 0.57% -
HSV(B) 33.57º 0.45% 0.74% -
XYZ 34.3 33.82 17.82 -
YUV 156.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 188 151 104 0 0.20 0.45 0.26 33.57 0.39 0.57
Hex BC 97 68 0 14 2D 1A 22 27 39
Octal 274 227 150 0 24 55 32 42 47 71
Binary 10111100 10010111 1101000 0 10100 101101 11010 100010 100111 111001

Color Harmonies of #BC9768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9768

Black with #BC9768

Text Example


Text Example

White with #BC9768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9768; }

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

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

background-color css

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

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

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

border-color css

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

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

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