Html Css Color HEX #BC9467 Fallow

📋 copy color: '#BC9467'

red 188 ◦ green 148 ◦ blue 103

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

Shades of Fallow #BC9467

Tints of Fallow #BC9467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 42.82%
G = 33.71%
B = 23.46%

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

#BC9467 (or 0xBC9467) is known color: Fallow. HEX triplet: BC, 94 and 67. RGB value is (188,148,103). Sum of RGB (Red+Green+Blue) = 188+148+103=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9467 is #436B98. Grayscale: #9B9B9B. Windows color (decimal): -4418457 or 6788284. OLE color: 6788284.

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

Color convert

RGB 188 148 103 -
CMYK 0 0.21 0.45 0.26
HSL 31.76º 0.39% 0.57% -
HSV(B) 31.76º 0.45% 0.74% -
XYZ 33.78 32.85 17.39 -
YUV 154.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 188 148 103 0 0.21 0.45 0.26 31.76 0.39 0.57
Hex BC 94 67 0 15 2D 1A 20 27 39
Octal 274 224 147 0 25 55 32 40 47 71
Binary 10111100 10010100 1100111 0 10101 101101 11010 100000 100111 111001

Color Harmonies of #BC9467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9467

Black with #BC9467

Text Example


Text Example

White with #BC9467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9467; }

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

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

background-color css

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

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

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

border-color css

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

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

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