Html Css Color HEX #BA965C Barley Corn

📋 copy color: '#BA965C'

red 186 ◦ green 150 ◦ blue 92

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

Shades of Barley Corn #BA965C

Tints of Barley Corn #BA965C

RGB

 RED value IS 186 (73.05% from 255) = 43.46%

 GREEN value IS 150 (58.98% from 255) = 35.05%

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

R = 43.46%
G = 35.05%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA965C (or 0xBA965C) is known color: Barley Corn. HEX triplet: BA, 96 and 5C. RGB value is (186,150,92). Sum of RGB (Red+Green+Blue) = 186+150+92=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965C is #4569A3. Grayscale: #9A9A9A. Windows color (decimal): -4549028 or 6067898. OLE color: 6067898.

HSL color Cylindrical-coordinate representation of color #BA965C: hue angle of 37.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA965C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 92 -
CMYK 0 0.19 0.51 0.27
HSL 37.02º 0.41% 0.55% -
HSV(B) 37.02º 0.51% 0.73% -
XYZ 33.09 33.02 14.76 -
YUV 154.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 186 150 92 0 0.19 0.51 0.27 37.02 0.41 0.55
Hex BA 96 5C 0 13 33 1B 25 29 37
Octal 272 226 134 0 23 63 33 45 51 67
Binary 10111010 10010110 1011100 0 10011 110011 11011 100101 101001 110111

Color Harmonies of #BA965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA965C

Black with #BA965C

Text Example


Text Example

White with #BA965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA965C; }

 p { color: rgb(186,150,92); }

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

background-color css

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

 a { background-color: rgb(186,150,92); }

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

border-color css

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

 span { border-color: rgb(186,150,92); }

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