Html Css Color HEX #BC9E5C Barley Corn

📋 copy color: '#BC9E5C'

red 188 ◦ green 158 ◦ blue 92

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

Shades of Barley Corn #BC9E5C

Tints of Barley Corn #BC9E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

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

R = 42.92%
G = 36.07%
B = 21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC9E5C (or 0xBC9E5C) is known color: Barley Corn. HEX triplet: BC, 9E and 5C. RGB value is (188,158,92). Sum of RGB (Red+Green+Blue) = 188+158+92=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E5C is #4361A3. Grayscale: #9F9F9F. Windows color (decimal): -4415908 or 6069948. OLE color: 6069948.

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

Color convert

RGB 188 158 92 -
CMYK 0 0.16 0.51 0.26
HSL 41.25º 0.42% 0.55% -
HSV(B) 41.25º 0.51% 0.74% -
XYZ 34.9 35.92 15.22 -
YUV 159.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 188 158 92 0 0.16 0.51 0.26 41.25 0.42 0.55
Hex BC 9E 5C 0 10 33 1A 29 2A 37
Octal 274 236 134 0 20 63 32 51 52 67
Binary 10111100 10011110 1011100 0 10000 110011 11010 101001 101010 110111

Color Harmonies of #BC9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E5C

Black with #BC9E5C

Text Example


Text Example

White with #BC9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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