Html Css Color HEX #B1B775 Pine Glade

📋 copy color: '#B1B775'

red 177 ◦ green 183 ◦ blue 117

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

Shades of Pine Glade #B1B775

Tints of Pine Glade #B1B775

RGB

 RED value IS 177 (69.53% from 255) = 37.11%

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

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

R = 37.11%
G = 38.36%
B = 24.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B1B775 (or 0xB1B775) is known color: Pine Glade. HEX triplet: B1, B7 and 75. RGB value is (177,183,117). Sum of RGB (Red+Green+Blue) = 177+183+117=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B775 is #4E488A. Grayscale: #ADADAD. Windows color (decimal): -5130379 or 7714737. OLE color: 7714737.

HSL color Cylindrical-coordinate representation of color #B1B775: hue angle of 65.45º 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 #B1B775 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 183 117 -
CMYK 0.03 0 0.36 0.28
HSL 65.45º 0.31% 0.59% -
HSV(B) 65.45º 0.36% 0.72% -
XYZ 38.28 44.5 23.4 -
YUV 173.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 177 183 117 0.03 0 0.36 0.28 65.45 0.31 0.59
Hex B1 B7 75 3 0 24 1C 41 1F 3B
Octal 261 267 165 3 0 44 34 101 37 73
Binary 10110001 10110111 1110101 11 0 100100 11100 1000001 11111 111011

Color Harmonies of #B1B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B775

Black with #B1B775

Text Example


Text Example

White with #B1B775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B775; }

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

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

background-color css

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

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

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

border-color css

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

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

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