Html Css Color HEX #B1B675 Pine Glade

📋 copy color: '#B1B675'

red 177 ◦ green 182 ◦ blue 117

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

Shades of Pine Glade #B1B675

Tints of Pine Glade #B1B675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

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

R = 37.18%
G = 38.24%
B = 24.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B1B675 (or 0xB1B675) is known color: Pine Glade. HEX triplet: B1, B6 and 75. RGB value is (177,182,117). Sum of RGB (Red+Green+Blue) = 177+182+117=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B675 is #4E498A. Grayscale: #ADADAD. Windows color (decimal): -5130635 or 7714481. OLE color: 7714481.

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

Color convert

RGB 177 182 117 -
CMYK 0.03 0 0.36 0.29
HSL 64.62º 0.31% 0.59% -
HSV(B) 64.62º 0.36% 0.71% -
XYZ 38.07 44.09 23.33 -
YUV 173.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 177 182 117 0.03 0 0.36 0.29 64.62 0.31 0.59
Hex B1 B6 75 3 0 24 1D 41 1F 3B
Octal 261 266 165 3 0 44 35 101 37 73
Binary 10110001 10110110 1110101 11 0 100100 11101 1000001 11111 111011

Color Harmonies of #B1B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B675

Black with #B1B675

Text Example


Text Example

White with #B1B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B675; }

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

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

background-color css

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

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

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

border-color css

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

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

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