Html Css Color HEX #B3BB7D Pine Glade

📋 copy color: '#B3BB7D'

red 179 ◦ green 187 ◦ blue 125

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

Shades of Pine Glade #B3BB7D

Tints of Pine Glade #B3BB7D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

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

R = 36.46%
G = 38.09%
B = 25.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B3BB7D (or 0xB3BB7D) is known color: Pine Glade. HEX triplet: B3, BB and 7D. RGB value is (179,187,125). Sum of RGB (Red+Green+Blue) = 179+187+125=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BB7D is #4C4482. Grayscale: #B1B1B1. Windows color (decimal): -4998275 or 8240051. OLE color: 8240051.

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

Color convert

RGB 179 187 125 -
CMYK 0.04 0 0.33 0.27
HSL 67.74º 0.31% 0.61% -
HSV(B) 67.74º 0.33% 0.73% -
XYZ 40.06 46.61 26.29 -
YUV 177.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 179 187 125 0.04 0 0.33 0.27 67.74 0.31 0.61
Hex B3 BB 7D 4 0 21 1B 44 1F 3D
Octal 263 273 175 4 0 41 33 104 37 75
Binary 10110011 10111011 1111101 100 0 100001 11011 1000100 11111 111101

Color Harmonies of #B3BB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BB7D

Black with #B3BB7D

Text Example


Text Example

White with #B3BB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BB7D; }

 p { color: rgb(179,187,125); }

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

background-color css

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

 a { background-color: rgb(179,187,125); }

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

border-color css

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

 span { border-color: rgb(179,187,125); }

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