Html Css Color HEX #BA965A Barley Corn

📋 copy color: '#BA965A'

red 186 ◦ green 150 ◦ blue 90

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

Shades of Barley Corn #BA965A

Tints of Barley Corn #BA965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 43.66%
G = 35.21%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA965A (or 0xBA965A) is known color: Barley Corn. HEX triplet: BA, 96 and 5A. RGB value is (186,150,90). Sum of RGB (Red+Green+Blue) = 186+150+90=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965A is #4569A5. Grayscale: #9A9A9A. Windows color (decimal): -4549030 or 5936826. OLE color: 5936826.

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

Color convert

RGB 186 150 90 -
CMYK 0 0.19 0.52 0.27
HSL 37.5º 0.41% 0.54% -
HSV(B) 37.5º 0.52% 0.73% -
XYZ 33 32.99 14.3 -
YUV 153.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 186 150 90 0 0.19 0.52 0.27 37.5 0.41 0.54
Hex BA 96 5A 0 13 34 1B 26 29 36
Octal 272 226 132 0 23 64 33 46 51 66
Binary 10111010 10010110 1011010 0 10011 110100 11011 100110 101001 110110

Color Harmonies of #BA965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA965A

Black with #BA965A

Text Example


Text Example

White with #BA965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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