Html Css Color HEX #BC9468 Fallow

📋 copy color: '#BC9468'

red 188 ◦ green 148 ◦ blue 104

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

Shades of Fallow #BC9468

Tints of Fallow #BC9468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

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

R = 42.73%
G = 33.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9468 (or 0xBC9468) is known color: Fallow. HEX triplet: BC, 94 and 68. RGB value is (188,148,104). Sum of RGB (Red+Green+Blue) = 188+148+104=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9468 is #436B97. Grayscale: #9B9B9B. Windows color (decimal): -4418456 or 6853820. OLE color: 6853820.

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

Color convert

RGB 188 148 104 -
CMYK 0 0.21 0.45 0.26
HSL 31.43º 0.39% 0.57% -
HSV(B) 31.43º 0.45% 0.74% -
XYZ 33.83 32.87 17.66 -
YUV 154.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 188 148 104 0 0.21 0.45 0.26 31.43 0.39 0.57
Hex BC 94 68 0 15 2D 1A 1F 27 39
Octal 274 224 150 0 25 55 32 37 47 71
Binary 10111100 10010100 1101000 0 10101 101101 11010 11111 100111 111001

Color Harmonies of #BC9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9468

Black with #BC9468

Text Example


Text Example

White with #BC9468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9468; }

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

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

background-color css

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

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

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

border-color css

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

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

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