Html Css Color HEX #BA985A Barley Corn

📋 copy color: '#BA985A'

red 186 ◦ green 152 ◦ blue 90

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

Shades of Barley Corn #BA985A

Tints of Barley Corn #BA985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.51%

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

R = 43.46%
G = 35.51%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA985A (or 0xBA985A) is known color: Barley Corn. HEX triplet: BA, 98 and 5A. RGB value is (186,152,90). Sum of RGB (Red+Green+Blue) = 186+152+90=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA985A is #4567A5. Grayscale: #9B9B9B. Windows color (decimal): -4548518 or 5937338. OLE color: 5937338.

HSL color Cylindrical-coordinate representation of color #BA985A: hue angle of 38.75º 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 #BA985A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 152 90 -
CMYK 0 0.18 0.52 0.27
HSL 38.75º 0.41% 0.54% -
HSV(B) 38.75º 0.52% 0.73% -
XYZ 33.32 33.63 14.41 -
YUV 155.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 186 152 90 0 0.18 0.52 0.27 38.75 0.41 0.54
Hex BA 98 5A 0 12 34 1B 27 29 36
Octal 272 230 132 0 22 64 33 47 51 66
Binary 10111010 10011000 1011010 0 10010 110100 11011 100111 101001 110110

Color Harmonies of #BA985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA985A

Black with #BA985A

Text Example


Text Example

White with #BA985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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