Html Css Color HEX #BC9263 Barley Corn

📋 copy color: '#BC9263'

red 188 ◦ green 146 ◦ blue 99

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

Shades of Barley Corn #BC9263

Tints of Barley Corn #BC9263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.86%

R = 43.42%
G = 33.72%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC9263 (or 0xBC9263) is known color: Barley Corn. HEX triplet: BC, 92 and 63. RGB value is (188,146,99). Sum of RGB (Red+Green+Blue) = 188+146+99=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9263 is #436D9C. Grayscale: #999999. Windows color (decimal): -4418973 or 6525628. OLE color: 6525628.

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

Color convert

RGB 188 146 99 -
CMYK 0 0.22 0.47 0.26
HSL 31.69º 0.4% 0.56% -
HSV(B) 31.69º 0.47% 0.74% -
XYZ 33.27 32.15 16.26 -
YUV 153.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 188 146 99 0 0.22 0.47 0.26 31.69 0.4 0.56
Hex BC 92 63 0 16 2F 1A 20 28 38
Octal 274 222 143 0 26 57 32 40 50 70
Binary 10111100 10010010 1100011 0 10110 101111 11010 100000 101000 111000

Color Harmonies of #BC9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9263

Black with #BC9263

Text Example


Text Example

White with #BC9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9263; }

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

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

background-color css

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

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

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

border-color css

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

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

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