Html Css Color HEX #BA925F Barley Corn

📋 copy color: '#BA925F'

red 186 ◦ green 146 ◦ blue 95

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

Shades of Barley Corn #BA925F

Tints of Barley Corn #BA925F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.19%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 43.56%
G = 34.19%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA925F (or 0xBA925F) is known color: Barley Corn. HEX triplet: BA, 92 and 5F. RGB value is (186,146,95). Sum of RGB (Red+Green+Blue) = 186+146+95=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA925F is #456DA0. Grayscale: #989898. Windows color (decimal): -4550049 or 6263482. OLE color: 6263482.

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

Color convert

RGB 186 146 95 -
CMYK 0 0.22 0.49 0.27
HSL 33.63º 0.4% 0.55% -
HSV(B) 33.63º 0.49% 0.73% -
XYZ 32.59 31.82 15.25 -
YUV 152.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 186 146 95 0 0.22 0.49 0.27 33.63 0.4 0.55
Hex BA 92 5F 0 16 31 1B 22 28 37
Octal 272 222 137 0 26 61 33 42 50 67
Binary 10111010 10010010 1011111 0 10110 110001 11011 100010 101000 110111

Color Harmonies of #BA925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA925F

Black with #BA925F

Text Example


Text Example

White with #BA925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA925F; }

 p { color: rgb(186,146,95); }

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

background-color css

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

 a { background-color: rgb(186,146,95); }

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

border-color css

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

 span { border-color: rgb(186,146,95); }

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