Html Css Color HEX #BAB67B Pine Glade

📋 copy color: '#BAB67B'

red 186 ◦ green 182 ◦ blue 123

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

Shades of Pine Glade #BAB67B

Tints of Pine Glade #BAB67B

RGB

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

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

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

R = 37.88%
G = 37.07%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAB67B (or 0xBAB67B) is known color: Pine Glade. HEX triplet: BA, B6 and 7B. RGB value is (186,182,123). Sum of RGB (Red+Green+Blue) = 186+182+123=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB67B is #454984. Grayscale: #B0B0B0. Windows color (decimal): -4540805 or 8107706. OLE color: 8107706.

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

Color convert

RGB 186 182 123 -
CMYK 0 0.02 0.34 0.27
HSL 56.19º 0.31% 0.61% -
HSV(B) 56.19º 0.34% 0.73% -
XYZ 40.55 45.33 25.35 -
YUV 176.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 186 182 123 0 0.02 0.34 0.27 56.19 0.31 0.61
Hex BA B6 7B 0 2 22 1B 38 1F 3D
Octal 272 266 173 0 2 42 33 70 37 75
Binary 10111010 10110110 1111011 0 10 100010 11011 111000 11111 111101

Color Harmonies of #BAB67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB67B

Black with #BAB67B

Text Example


Text Example

White with #BAB67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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