Html Css Color HEX #BA8751 Twine

📋 copy color: '#BA8751'

red 186 ◦ green 135 ◦ blue 81

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

Shades of Twine #BA8751

Tints of Twine #BA8751

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

 BLUE value IS 81 (32.03% from 255) = 20.15%

R = 46.27%
G = 33.58%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA8751 (or 0xBA8751) is known color: Twine. HEX triplet: BA, 87 and 51. RGB value is (186,135,81). Sum of RGB (Red+Green+Blue) = 186+135+81=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8751 is #4578AE. Grayscale: #909090. Windows color (decimal): -4552879 or 5343162. OLE color: 5343162.

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

Color convert

RGB 186 135 81 -
CMYK 0 0.27 0.56 0.27
HSL 30.86º 0.43% 0.52% -
HSV(B) 30.86º 0.56% 0.73% -
XYZ 30.4 28.36 11.66 -
YUV 144.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 186 135 81 0 0.27 0.56 0.27 30.86 0.43 0.52
Hex BA 87 51 0 1B 38 1B 1F 2B 34
Octal 272 207 121 0 33 70 33 37 53 64
Binary 10111010 10000111 1010001 0 11011 111000 11011 11111 101011 110100

Color Harmonies of #BA8751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8751

Black with #BA8751

Text Example


Text Example

White with #BA8751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8751; }

 p { color: rgb(186,135,81); }

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

background-color css

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

 a { background-color: rgb(186,135,81); }

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

border-color css

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

 span { border-color: rgb(186,135,81); }

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