Html Css Color HEX #BAB67F Pine Glade

📋 copy color: '#BAB67F'

red 186 ◦ green 182 ◦ blue 127

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

Shades of Pine Glade #BAB67F

Tints of Pine Glade #BAB67F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.77%

 BLUE value IS 127 (50% from 255) = 25.66%

R = 37.58%
G = 36.77%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAB67F (or 0xBAB67F) is known color: Pine Glade. HEX triplet: BA, B6 and 7F. RGB value is (186,182,127). Sum of RGB (Red+Green+Blue) = 186+182+127=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB67F is #454980. Grayscale: #B1B1B1. Windows color (decimal): -4540801 or 8369850. OLE color: 8369850.

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

Color convert

RGB 186 182 127 -
CMYK 0 0.02 0.32 0.27
HSL 55.93º 0.3% 0.61% -
HSV(B) 55.93º 0.32% 0.73% -
XYZ 40.81 45.43 26.7 -
YUV 176.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 186 182 127 0 0.02 0.32 0.27 55.93 0.3 0.61
Hex BA B6 7F 0 2 20 1B 38 1E 3D
Octal 272 266 177 0 2 40 33 70 36 75
Binary 10111010 10110110 1111111 0 10 100000 11011 111000 11110 111101

Color Harmonies of #BAB67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB67F

Black with #BAB67F

Text Example


Text Example

White with #BAB67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB67F; }

 p { color: rgb(186,182,127); }

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

background-color css

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

 a { background-color: rgb(186,182,127); }

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

border-color css

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

 span { border-color: rgb(186,182,127); }

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