Html Css Color HEX #BC9063 Barley Corn

📋 copy color: '#BC9063'

red 188 ◦ green 144 ◦ blue 99

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

Shades of Barley Corn #BC9063

Tints of Barley Corn #BC9063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

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

R = 43.62%
G = 33.41%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC9063 (or 0xBC9063) is known color: Barley Corn. HEX triplet: BC, 90 and 63. RGB value is (188,144,99). Sum of RGB (Red+Green+Blue) = 188+144+99=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9063 is #436F9C. Grayscale: #989898. Windows color (decimal): -4419485 or 6525116. OLE color: 6525116.

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

Color convert

RGB 188 144 99 -
CMYK 0 0.23 0.47 0.26
HSL 30.34º 0.4% 0.56% -
HSV(B) 30.34º 0.47% 0.74% -
XYZ 32.96 31.54 16.15 -
YUV 152.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 188 144 99 0 0.23 0.47 0.26 30.34 0.4 0.56
Hex BC 90 63 0 17 2F 1A 1E 28 38
Octal 274 220 143 0 27 57 32 36 50 70
Binary 10111100 10010000 1100011 0 10111 101111 11010 11110 101000 111000

Color Harmonies of #BC9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9063

Black with #BC9063

Text Example


Text Example

White with #BC9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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