Html Css Color HEX #BC9266 Fallow

📋 copy color: '#BC9266'

red 188 ◦ green 146 ◦ blue 102

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

Shades of Fallow #BC9266

Tints of Fallow #BC9266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.49%

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 43.12%
G = 33.49%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC9266 (or 0xBC9266) is known color: Fallow. HEX triplet: BC, 92 and 66. RGB value is (188,146,102). Sum of RGB (Red+Green+Blue) = 188+146+102=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9266 is #436D99. Grayscale: #999999. Windows color (decimal): -4418970 or 6722236. OLE color: 6722236.

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

Color convert

RGB 188 146 102 -
CMYK 0 0.22 0.46 0.26
HSL 30.7º 0.39% 0.57% -
HSV(B) 30.7º 0.46% 0.74% -
XYZ 33.42 32.21 17.03 -
YUV 153.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 188 146 102 0 0.22 0.46 0.26 30.7 0.39 0.57
Hex BC 92 66 0 16 2E 1A 1F 27 39
Octal 274 222 146 0 26 56 32 37 47 71
Binary 10111100 10010010 1100110 0 10110 101110 11010 11111 100111 111001

Color Harmonies of #BC9266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9266

Black with #BC9266

Text Example


Text Example

White with #BC9266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9266; }

 p { color: rgb(188,146,102); }

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

background-color css

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

 a { background-color: rgb(188,146,102); }

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

border-color css

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

 span { border-color: rgb(188,146,102); }

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