Html Css Color HEX #B3B47F Pine Glade

📋 copy color: '#B3B47F'

red 179 ◦ green 180 ◦ blue 127

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

Shades of Pine Glade #B3B47F

Tints of Pine Glade #B3B47F

RGB

 RED value IS 179 (70.31% from 255) = 36.83%

 GREEN value IS 180 (70.7% from 255) = 37.04%

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

R = 36.83%
G = 37.04%
B = 26.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B3B47F (or 0xB3B47F) is known color: Pine Glade. HEX triplet: B3, B4 and 7F. RGB value is (179,180,127). Sum of RGB (Red+Green+Blue) = 179+180+127=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B47F is #4C4B80. Grayscale: #ADADAD. Windows color (decimal): -5000065 or 8369331. OLE color: 8369331.

HSL color Cylindrical-coordinate representation of color #B3B47F: hue angle of 61.13º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3B47F is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 180 127 -
CMYK 0.01 0 0.29 0.29
HSL 61.13º 0.26% 0.6% -
HSV(B) 61.13º 0.29% 0.71% -
XYZ 38.74 43.76 26.48 -
YUV 173.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 179 180 127 0.01 0 0.29 0.29 61.13 0.26 0.6
Hex B3 B4 7F 1 0 1D 1D 3D 1A 3C
Octal 263 264 177 1 0 35 35 75 32 74
Binary 10110011 10110100 1111111 1 0 11101 11101 111101 11010 111100

Color Harmonies of #B3B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B47F

Black with #B3B47F

Text Example


Text Example

White with #B3B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B47F; }

 p { color: rgb(179,180,127); }

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

background-color css

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

 a { background-color: rgb(179,180,127); }

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

border-color css

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

 span { border-color: rgb(179,180,127); }

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