Html Css Color HEX #BAB57D Pine Glade

📋 copy color: '#BAB57D'

red 186 ◦ green 181 ◦ blue 125

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

Shades of Pine Glade #BAB57D

Tints of Pine Glade #BAB57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.79%

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

R = 37.8%
G = 36.79%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAB57D (or 0xBAB57D) is known color: Pine Glade. HEX triplet: BA, B5 and 7D. RGB value is (186,181,125). Sum of RGB (Red+Green+Blue) = 186+181+125=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB57D is #454A82. Grayscale: #B0B0B0. Windows color (decimal): -4541059 or 8238522. OLE color: 8238522.

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

Color convert

RGB 186 181 125 -
CMYK 0 0.03 0.33 0.27
HSL 55.08º 0.31% 0.61% -
HSV(B) 55.08º 0.33% 0.73% -
XYZ 40.48 44.97 25.95 -
YUV 176.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 186 181 125 0 0.03 0.33 0.27 55.08 0.31 0.61
Hex BA B5 7D 0 3 21 1B 37 1F 3D
Octal 272 265 175 0 3 41 33 67 37 75
Binary 10111010 10110101 1111101 0 11 100001 11011 110111 11111 111101

Color Harmonies of #BAB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB57D

Black with #BAB57D

Text Example


Text Example

White with #BAB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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