Html Css Color HEX #B1B57D Pine Glade

📋 copy color: '#B1B57D'

red 177 ◦ green 181 ◦ blue 125

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

Shades of Pine Glade #B1B57D

Tints of Pine Glade #B1B57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.47%

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

R = 36.65%
G = 37.47%
B = 25.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B1B57D (or 0xB1B57D) is known color: Pine Glade. HEX triplet: B1, B5 and 7D. RGB value is (177,181,125). Sum of RGB (Red+Green+Blue) = 177+181+125=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B57D is #4E4A82. Grayscale: #ADADAD. Windows color (decimal): -5130883 or 8238513. OLE color: 8238513.

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

Color convert

RGB 177 181 125 -
CMYK 0.02 0 0.31 0.29
HSL 64.29º 0.27% 0.6% -
HSV(B) 64.29º 0.31% 0.71% -
XYZ 38.36 43.88 25.85 -
YUV 173.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 177 181 125 0.02 0 0.31 0.29 64.29 0.27 0.6
Hex B1 B5 7D 2 0 1F 1D 40 1B 3C
Octal 261 265 175 2 0 37 35 100 33 74
Binary 10110001 10110101 1111101 10 0 11111 11101 1000000 11011 111100

Color Harmonies of #B1B57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B57D

Black with #B1B57D

Text Example


Text Example

White with #B1B57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B57D; }

 p { color: rgb(177,181,125); }

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

background-color css

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

 a { background-color: rgb(177,181,125); }

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

border-color css

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

 span { border-color: rgb(177,181,125); }

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