Html Css Color HEX #BC9459 Barley Corn

📋 copy color: '#BC9459'

red 188 ◦ green 148 ◦ blue 89

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

Shades of Barley Corn #BC9459

Tints of Barley Corn #BC9459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.82%

 BLUE value IS 89 (35.16% from 255) = 20.94%

R = 44.24%
G = 34.82%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC9459 (or 0xBC9459) is known color: Barley Corn. HEX triplet: BC, 94 and 59. RGB value is (188,148,89). Sum of RGB (Red+Green+Blue) = 188+148+89=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9459 is #436BA6. Grayscale: #999999. Windows color (decimal): -4418471 or 5870780. OLE color: 5870780.

HSL color Cylindrical-coordinate representation of color #BC9459: hue angle of 35.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC9459 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 89 -
CMYK 0 0.21 0.53 0.26
HSL 35.76º 0.42% 0.54% -
HSV(B) 35.76º 0.53% 0.74% -
XYZ 33.13 32.59 14 -
YUV 153.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 188 148 89 0 0.21 0.53 0.26 35.76 0.42 0.54
Hex BC 94 59 0 15 35 1A 24 2A 36
Octal 274 224 131 0 25 65 32 44 52 66
Binary 10111100 10010100 1011001 0 10101 110101 11010 100100 101010 110110

Color Harmonies of #BC9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9459

Black with #BC9459

Text Example


Text Example

White with #BC9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9459; }

 p { color: rgb(188,148,89); }

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

background-color css

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

 a { background-color: rgb(188,148,89); }

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

border-color css

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

 span { border-color: rgb(188,148,89); }

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