Html Css Color HEX #BAB87D Pine Glade

📋 copy color: '#BAB87D'

red 186 ◦ green 184 ◦ blue 125

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

Shades of Pine Glade #BAB87D

Tints of Pine Glade #BAB87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 37.58%
G = 37.17%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAB87D (or 0xBAB87D) is known color: Pine Glade. HEX triplet: BA, B8 and 7D. RGB value is (186,184,125). Sum of RGB (Red+Green+Blue) = 186+184+125=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB87D is #454782. Grayscale: #B2B2B2. Windows color (decimal): -4540291 or 8239290. OLE color: 8239290.

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

Color convert

RGB 186 184 125 -
CMYK 0 0.01 0.33 0.27
HSL 58.03º 0.31% 0.61% -
HSV(B) 58.03º 0.33% 0.73% -
XYZ 41.09 46.2 26.15 -
YUV 177.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 186 184 125 0 0.01 0.33 0.27 58.03 0.31 0.61
Hex BA B8 7D 0 1 21 1B 3A 1F 3D
Octal 272 270 175 0 1 41 33 72 37 75
Binary 10111010 10111000 1111101 0 1 100001 11011 111010 11111 111101

Color Harmonies of #BAB87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB87D

Black with #BAB87D

Text Example


Text Example

White with #BAB87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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