Html Css Color HEX #B3B47A Pine Glade

📋 copy color: '#B3B47A'

red 179 ◦ green 180 ◦ blue 122

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

Shades of Pine Glade #B3B47A

Tints of Pine Glade #B3B47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 37.21%
G = 37.42%
B = 25.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B3B47A (or 0xB3B47A) is known color: Pine Glade. HEX triplet: B3, B4 and 7A. RGB value is (179,180,122). Sum of RGB (Red+Green+Blue) = 179+180+122=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B47A is #4C4B85. Grayscale: #ADADAD. Windows color (decimal): -5000070 or 8041651. OLE color: 8041651.

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

Color convert

RGB 179 180 122 -
CMYK 0.01 0 0.32 0.29
HSL 61.03º 0.28% 0.59% -
HSV(B) 61.03º 0.32% 0.71% -
XYZ 38.42 43.63 24.81 -
YUV 173.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 179 180 122 0.01 0 0.32 0.29 61.03 0.28 0.59
Hex B3 B4 7A 1 0 20 1D 3D 1C 3B
Octal 263 264 172 1 0 40 35 75 34 73
Binary 10110011 10110100 1111010 1 0 100000 11101 111101 11100 111011

Color Harmonies of #B3B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B47A

Black with #B3B47A

Text Example


Text Example

White with #B3B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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