Html Css Color HEX #BC9769 Fallow

📋 copy color: '#BC9769'

red 188 ◦ green 151 ◦ blue 105

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

Shades of Fallow #BC9769

Tints of Fallow #BC9769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 42.34%
G = 34.01%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC9769 (or 0xBC9769) is known color: Fallow. HEX triplet: BC, 97 and 69. RGB value is (188,151,105). Sum of RGB (Red+Green+Blue) = 188+151+105=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9769 is #436896. Grayscale: #9D9D9D. Windows color (decimal): -4417687 or 6920124. OLE color: 6920124.

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

Color convert

RGB 188 151 105 -
CMYK 0 0.20 0.44 0.26
HSL 33.25º 0.38% 0.57% -
HSV(B) 33.25º 0.44% 0.74% -
XYZ 34.36 33.84 18.09 -
YUV 156.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 188 151 105 0 0.20 0.44 0.26 33.25 0.38 0.57
Hex BC 97 69 0 14 2C 1A 21 26 39
Octal 274 227 151 0 24 54 32 41 46 71
Binary 10111100 10010111 1101001 0 10100 101100 11010 100001 100110 111001

Color Harmonies of #BC9769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9769

Black with #BC9769

Text Example


Text Example

White with #BC9769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9769; }

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

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

background-color css

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

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

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

border-color css

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

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

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