Html Css Color HEX #BA8C5A Twine

📋 copy color: '#BA8C5A'

red 186 ◦ green 140 ◦ blue 90

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

Shades of Twine #BA8C5A

Tints of Twine #BA8C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

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

R = 44.71%
G = 33.65%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA8C5A (or 0xBA8C5A) is known color: Twine. HEX triplet: BA, 8C and 5A. RGB value is (186,140,90). Sum of RGB (Red+Green+Blue) = 186+140+90=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C5A is #4573A5. Grayscale: #949494. Windows color (decimal): -4551590 or 5934266. OLE color: 5934266.

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

Color convert

RGB 186 140 90 -
CMYK 0 0.25 0.52 0.27
HSL 31.25º 0.41% 0.54% -
HSV(B) 31.25º 0.52% 0.73% -
XYZ 31.47 29.93 13.79 -
YUV 148.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 186 140 90 0 0.25 0.52 0.27 31.25 0.41 0.54
Hex BA 8C 5A 0 19 34 1B 1F 29 36
Octal 272 214 132 0 31 64 33 37 51 66
Binary 10111010 10001100 1011010 0 11001 110100 11011 11111 101001 110110

Color Harmonies of #BA8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C5A

Black with #BA8C5A

Text Example


Text Example

White with #BA8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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