Html Css Color HEX #B3B77D Pine Glade

📋 copy color: '#B3B77D'

red 179 ◦ green 183 ◦ blue 125

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

Shades of Pine Glade #B3B77D

Tints of Pine Glade #B3B77D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 36.76%
G = 37.58%
B = 25.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B3B77D (or 0xB3B77D) is known color: Pine Glade. HEX triplet: B3, B7 and 7D. RGB value is (179,183,125). Sum of RGB (Red+Green+Blue) = 179+183+125=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B77D is #4C4882. Grayscale: #AFAFAF. Windows color (decimal): -4999299 or 8239027. OLE color: 8239027.

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

Color convert

RGB 179 183 125 -
CMYK 0.02 0 0.32 0.28
HSL 64.14º 0.29% 0.6% -
HSV(B) 64.14º 0.32% 0.72% -
XYZ 39.23 44.93 26.01 -
YUV 175.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 179 183 125 0.02 0 0.32 0.28 64.14 0.29 0.6
Hex B3 B7 7D 2 0 20 1C 40 1D 3C
Octal 263 267 175 2 0 40 34 100 35 74
Binary 10110011 10110111 1111101 10 0 100000 11100 1000000 11101 111100

Color Harmonies of #B3B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B77D

Black with #B3B77D

Text Example


Text Example

White with #B3B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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