Html Css Color HEX #BC9268 Fallow

📋 copy color: '#BC9268'

red 188 ◦ green 146 ◦ blue 104

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

Shades of Fallow #BC9268

Tints of Fallow #BC9268

RGB

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

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

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

R = 42.92%
G = 33.33%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9268 (or 0xBC9268) is known color: Fallow. HEX triplet: BC, 92 and 68. RGB value is (188,146,104). Sum of RGB (Red+Green+Blue) = 188+146+104=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9268 is #436D97. Grayscale: #999999. Windows color (decimal): -4418968 or 6853308. OLE color: 6853308.

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

Color convert

RGB 188 146 104 -
CMYK 0 0.22 0.45 0.26
HSL 30º 0.39% 0.57% -
HSV(B) 30º 0.45% 0.74% -
XYZ 33.52 32.25 17.55 -
YUV 153.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 188 146 104 0 0.22 0.45 0.26 30 0.39 0.57
Hex BC 92 68 0 16 2D 1A 1E 27 39
Octal 274 222 150 0 26 55 32 36 47 71
Binary 10111100 10010010 1101000 0 10110 101101 11010 11110 100111 111001

Color Harmonies of #BC9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9268

Black with #BC9268

Text Example


Text Example

White with #BC9268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9268; }

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

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

background-color css

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

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

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

border-color css

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

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

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