Html Css Color HEX #B3B775 Pine Glade

📋 copy color: '#B3B775'

red 179 ◦ green 183 ◦ blue 117

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

Shades of Pine Glade #B3B775

Tints of Pine Glade #B3B775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 37.37%
G = 38.2%
B = 24.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B3B775 (or 0xB3B775) is known color: Pine Glade. HEX triplet: B3, B7 and 75. RGB value is (179,183,117). Sum of RGB (Red+Green+Blue) = 179+183+117=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B775 is #4C488A. Grayscale: #AEAEAE. Windows color (decimal): -4999307 or 7714739. OLE color: 7714739.

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

Color convert

RGB 179 183 117 -
CMYK 0.02 0 0.36 0.28
HSL 63.64º 0.31% 0.59% -
HSV(B) 63.64º 0.36% 0.72% -
XYZ 38.73 44.74 23.42 -
YUV 174.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 179 183 117 0.02 0 0.36 0.28 63.64 0.31 0.59
Hex B3 B7 75 2 0 24 1C 40 1F 3B
Octal 263 267 165 2 0 44 34 100 37 73
Binary 10110011 10110111 1110101 10 0 100100 11100 1000000 11111 111011

Color Harmonies of #B3B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B775

Black with #B3B775

Text Example


Text Example

White with #B3B775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B775; }

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

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

background-color css

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

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

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

border-color css

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

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

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