Html Css Color HEX #BC995D Barley Corn

📋 copy color: '#BC995D'

red 188 ◦ green 153 ◦ blue 93

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

Shades of Barley Corn #BC995D

Tints of Barley Corn #BC995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 43.32%
G = 35.25%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC995D (or 0xBC995D) is known color: Barley Corn. HEX triplet: BC, 99 and 5D. RGB value is (188,153,93). Sum of RGB (Red+Green+Blue) = 188+153+93=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC995D is #4366A2. Grayscale: #9C9C9C. Windows color (decimal): -4417187 or 6134204. OLE color: 6134204.

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

Color convert

RGB 188 153 93 -
CMYK 0 0.19 0.51 0.26
HSL 37.89º 0.41% 0.55% -
HSV(B) 37.89º 0.51% 0.74% -
XYZ 34.11 34.26 15.17 -
YUV 156.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 188 153 93 0 0.19 0.51 0.26 37.89 0.41 0.55
Hex BC 99 5D 0 13 33 1A 26 29 37
Octal 274 231 135 0 23 63 32 46 51 67
Binary 10111100 10011001 1011101 0 10011 110011 11010 100110 101001 110111

Color Harmonies of #BC995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC995D

Black with #BC995D

Text Example


Text Example

White with #BC995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC995D; }

 p { color: rgb(188,153,93); }

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

background-color css

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

 a { background-color: rgb(188,153,93); }

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

border-color css

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

 span { border-color: rgb(188,153,93); }

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