Html Css Color HEX #BC985E Barley Corn

📋 copy color: '#BC985E'

red 188 ◦ green 152 ◦ blue 94

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

Shades of Barley Corn #BC985E

Tints of Barley Corn #BC985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.02%

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

R = 43.32%
G = 35.02%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC985E (or 0xBC985E) is known color: Barley Corn. HEX triplet: BC, 98 and 5E. RGB value is (188,152,94). Sum of RGB (Red+Green+Blue) = 188+152+94=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC985E is #4367A1. Grayscale: #9C9C9C. Windows color (decimal): -4417442 or 6199484. OLE color: 6199484.

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

Color convert

RGB 188 152 94 -
CMYK 0 0.19 0.50 0.26
HSL 37.02º 0.41% 0.55% -
HSV(B) 37.02º 0.5% 0.74% -
XYZ 33.99 33.96 15.35 -
YUV 156.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 188 152 94 0 0.19 0.50 0.26 37.02 0.41 0.55
Hex BC 98 5E 0 13 32 1A 25 29 37
Octal 274 230 136 0 23 62 32 45 51 67
Binary 10111100 10011000 1011110 0 10011 110010 11010 100101 101001 110111

Color Harmonies of #BC985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC985E

Black with #BC985E

Text Example


Text Example

White with #BC985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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