Html Css Color HEX #BC9162 Barley Corn

📋 copy color: '#BC9162'

red 188 ◦ green 145 ◦ blue 98

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

Shades of Barley Corn #BC9162

Tints of Barley Corn #BC9162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.64%

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 43.62%
G = 33.64%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC9162 (or 0xBC9162) is known color: Barley Corn. HEX triplet: BC, 91 and 62. RGB value is (188,145,98). Sum of RGB (Red+Green+Blue) = 188+145+98=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9162 is #436E9D. Grayscale: #989898. Windows color (decimal): -4419230 or 6459836. OLE color: 6459836.

HSL color Cylindrical-coordinate representation of color #BC9162: hue angle of 31.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC9162 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 98 -
CMYK 0 0.23 0.48 0.26
HSL 31.33º 0.4% 0.56% -
HSV(B) 31.33º 0.48% 0.74% -
XYZ 33.07 31.82 15.96 -
YUV 152.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 188 145 98 0 0.23 0.48 0.26 31.33 0.4 0.56
Hex BC 91 62 0 17 30 1A 1F 28 38
Octal 274 221 142 0 27 60 32 37 50 70
Binary 10111100 10010001 1100010 0 10111 110000 11010 11111 101000 111000

Color Harmonies of #BC9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9162

Black with #BC9162

Text Example


Text Example

White with #BC9162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9162; }

 p { color: rgb(188,145,98); }

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

background-color css

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

 a { background-color: rgb(188,145,98); }

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

border-color css

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

 span { border-color: rgb(188,145,98); }

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