Html Css Color HEX #BC9163 Barley Corn

📋 copy color: '#BC9163'

red 188 ◦ green 145 ◦ blue 99

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

Shades of Barley Corn #BC9163

Tints of Barley Corn #BC9163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.92%

R = 43.52%
G = 33.56%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC9163 (or 0xBC9163) is known color: Barley Corn. HEX triplet: BC, 91 and 63. RGB value is (188,145,99). Sum of RGB (Red+Green+Blue) = 188+145+99=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9163 is #436E9C. Grayscale: #989898. Windows color (decimal): -4419229 or 6525372. OLE color: 6525372.

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

Color convert

RGB 188 145 99 -
CMYK 0 0.23 0.47 0.26
HSL 31.01º 0.4% 0.56% -
HSV(B) 31.01º 0.47% 0.74% -
XYZ 33.12 31.84 16.21 -
YUV 152.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 188 145 99 0 0.23 0.47 0.26 31.01 0.4 0.56
Hex BC 91 63 0 17 2F 1A 1F 28 38
Octal 274 221 143 0 27 57 32 37 50 70
Binary 10111100 10010001 1100011 0 10111 101111 11010 11111 101000 111000

Color Harmonies of #BC9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9163

Black with #BC9163

Text Example


Text Example

White with #BC9163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9163; }

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

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

background-color css

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

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

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

border-color css

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

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

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