Html Css Color HEX #BC9A5C Barley Corn

📋 copy color: '#BC9A5C'

red 188 ◦ green 154 ◦ blue 92

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

Shades of Barley Corn #BC9A5C

Tints of Barley Corn #BC9A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 43.32%
G = 35.48%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC9A5C (or 0xBC9A5C) is known color: Barley Corn. HEX triplet: BC, 9A and 5C. RGB value is (188,154,92). Sum of RGB (Red+Green+Blue) = 188+154+92=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A5C is #4365A3. Grayscale: #9D9D9D. Windows color (decimal): -4416932 or 6068924. OLE color: 6068924.

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

Color convert

RGB 188 154 92 -
CMYK 0 0.18 0.51 0.26
HSL 38.75º 0.42% 0.55% -
HSV(B) 38.75º 0.51% 0.74% -
XYZ 34.23 34.58 14.99 -
YUV 157.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 188 154 92 0 0.18 0.51 0.26 38.75 0.42 0.55
Hex BC 9A 5C 0 12 33 1A 27 2A 37
Octal 274 232 134 0 22 63 32 47 52 67
Binary 10111100 10011010 1011100 0 10010 110011 11010 100111 101010 110111

Color Harmonies of #BC9A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A5C

Black with #BC9A5C

Text Example


Text Example

White with #BC9A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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