Html Css Color HEX #BC9A5E Barley Corn

📋 copy color: '#BC9A5E'

red 188 ◦ green 154 ◦ blue 94

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

Shades of Barley Corn #BC9A5E

Tints of Barley Corn #BC9A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.32%

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

R = 43.12%
G = 35.32%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC9A5E (or 0xBC9A5E) is known color: Barley Corn. HEX triplet: BC, 9A and 5E. RGB value is (188,154,94). Sum of RGB (Red+Green+Blue) = 188+154+94=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A5E is #4365A1. Grayscale: #9D9D9D. Windows color (decimal): -4416930 or 6199996. OLE color: 6199996.

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

Color convert

RGB 188 154 94 -
CMYK 0 0.18 0.50 0.26
HSL 38.3º 0.41% 0.55% -
HSV(B) 38.3º 0.5% 0.74% -
XYZ 34.32 34.61 15.46 -
YUV 157.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 188 154 94 0 0.18 0.50 0.26 38.3 0.41 0.55
Hex BC 9A 5E 0 12 32 1A 26 29 37
Octal 274 232 136 0 22 62 32 46 51 67
Binary 10111100 10011010 1011110 0 10010 110010 11010 100110 101001 110111

Color Harmonies of #BC9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A5E

Black with #BC9A5E

Text Example


Text Example

White with #BC9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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