Html Css Color HEX #BC9D60 Barley Corn

📋 copy color: '#BC9D60'

red 188 ◦ green 157 ◦ blue 96

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

Shades of Barley Corn #BC9D60

Tints of Barley Corn #BC9D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 42.63%
G = 35.6%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC9D60 (or 0xBC9D60) is known color: Barley Corn. HEX triplet: BC, 9D and 60. RGB value is (188,157,96). Sum of RGB (Red+Green+Blue) = 188+157+96=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D60 is #43629F. Grayscale: #9F9F9F. Windows color (decimal): -4416160 or 6331836. OLE color: 6331836.

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

Color convert

RGB 188 157 96 -
CMYK 0 0.16 0.49 0.26
HSL 39.78º 0.41% 0.56% -
HSV(B) 39.78º 0.49% 0.74% -
XYZ 34.91 35.65 16.11 -
YUV 159.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 188 157 96 0 0.16 0.49 0.26 39.78 0.41 0.56
Hex BC 9D 60 0 10 31 1A 28 29 38
Octal 274 235 140 0 20 61 32 50 51 70
Binary 10111100 10011101 1100000 0 10000 110001 11010 101000 101001 111000

Color Harmonies of #BC9D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D60

Black with #BC9D60

Text Example


Text Example

White with #BC9D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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