Html Css Color HEX #BA965B Barley Corn

📋 copy color: '#BA965B'

red 186 ◦ green 150 ◦ blue 91

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

Shades of Barley Corn #BA965B

Tints of Barley Corn #BA965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.31%

R = 43.56%
G = 35.13%
B = 21.31%

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

#BA965B (or 0xBA965B) is known color: Barley Corn. HEX triplet: BA, 96 and 5B. RGB value is (186,150,91). Sum of RGB (Red+Green+Blue) = 186+150+91=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965B is #4569A4. Grayscale: #9A9A9A. Windows color (decimal): -4549029 or 6002362. OLE color: 6002362.

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

Color convert

RGB 186 150 91 -
CMYK 0 0.19 0.51 0.27
HSL 37.26º 0.41% 0.54% -
HSV(B) 37.26º 0.51% 0.73% -
XYZ 33.04 33.01 14.53 -
YUV 154.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 186 150 91 0 0.19 0.51 0.27 37.26 0.41 0.54
Hex BA 96 5B 0 13 33 1B 25 29 36
Octal 272 226 133 0 23 63 33 45 51 66
Binary 10111010 10010110 1011011 0 10011 110011 11011 100101 101001 110110

Color Harmonies of #BA965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA965B

Black with #BA965B

Text Example


Text Example

White with #BA965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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