Html Css Color HEX #BAB87B Pine Glade

📋 copy color: '#BAB87B'

red 186 ◦ green 184 ◦ blue 123

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

Shades of Pine Glade #BAB87B

Tints of Pine Glade #BAB87B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.32%

 BLUE value IS 123 (48.44% from 255) = 24.95%

R = 37.73%
G = 37.32%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAB87B (or 0xBAB87B) is known color: Pine Glade. HEX triplet: BA, B8 and 7B. RGB value is (186,184,123). Sum of RGB (Red+Green+Blue) = 186+184+123=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB87B is #454784. Grayscale: #B1B1B1. Windows color (decimal): -4540293 or 8108218. OLE color: 8108218.

HSL color Cylindrical-coordinate representation of color #BAB87B: hue angle of 58.1º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAB87B is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 123 -
CMYK 0 0.01 0.34 0.27
HSL 58.1º 0.31% 0.61% -
HSV(B) 58.1º 0.34% 0.73% -
XYZ 40.97 46.15 25.49 -
YUV 177.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 186 184 123 0 0.01 0.34 0.27 58.1 0.31 0.61
Hex BA B8 7B 0 1 22 1B 3A 1F 3D
Octal 272 270 173 0 1 42 33 72 37 75
Binary 10111010 10111000 1111011 0 1 100010 11011 111010 11111 111101

Color Harmonies of #BAB87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB87B

Black with #BAB87B

Text Example


Text Example

White with #BAB87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB87B; }

 p { color: rgb(186,184,123); }

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

background-color css

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

 a { background-color: rgb(186,184,123); }

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

border-color css

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

 span { border-color: rgb(186,184,123); }

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