Html Css Color HEX #BC9D5E Barley Corn

📋 copy color: '#BC9D5E'

red 188 ◦ green 157 ◦ blue 94

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

Shades of Barley Corn #BC9D5E

Tints of Barley Corn #BC9D5E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.76%

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 42.82%
G = 35.76%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC9D5E (or 0xBC9D5E) is known color: Barley Corn. HEX triplet: BC, 9D and 5E. RGB value is (188,157,94). Sum of RGB (Red+Green+Blue) = 188+157+94=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D5E is #4362A1. Grayscale: #9F9F9F. Windows color (decimal): -4416162 or 6200764. OLE color: 6200764.

HSL color Cylindrical-coordinate representation of color #BC9D5E: hue angle of 40.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC9D5E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 157 94 -
CMYK 0 0.16 0.50 0.26
HSL 40.21º 0.41% 0.55% -
HSV(B) 40.21º 0.5% 0.74% -
XYZ 34.82 35.61 15.63 -
YUV 159.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 188 157 94 0 0.16 0.50 0.26 40.21 0.41 0.55
Hex BC 9D 5E 0 10 32 1A 28 29 37
Octal 274 235 136 0 20 62 32 50 51 67
Binary 10111100 10011101 1011110 0 10000 110010 11010 101000 101001 110111

Color Harmonies of #BC9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D5E

Black with #BC9D5E

Text Example


Text Example

White with #BC9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D5E; }

 p { color: rgb(188,157,94); }

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

background-color css

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

 a { background-color: rgb(188,157,94); }

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

border-color css

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

 span { border-color: rgb(188,157,94); }

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