Html Css Color HEX #B5B57D Pine Glade

📋 copy color: '#B5B57D'

red 181 ◦ green 181 ◦ blue 125

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

Shades of Pine Glade #B5B57D

Tints of Pine Glade #B5B57D

RGB

 RED value IS 181 (71.09% from 255) = 37.17%

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

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

R = 37.17%
G = 37.17%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5B57D (or 0xB5B57D) is known color: Pine Glade. HEX triplet: B5, B5 and 7D. RGB value is (181,181,125). Sum of RGB (Red+Green+Blue) = 181+181+125=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B57D is #4A4A82. Grayscale: #AEAEAE. Windows color (decimal): -4868739 or 8238517. OLE color: 8238517.

HSL color Cylindrical-coordinate representation of color #B5B57D: hue angle of 60º 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 #B5B57D is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 181 125 -
CMYK 0 0 0.31 0.29
HSL 60º 0.27% 0.6% -
HSV(B) 60º 0.31% 0.71% -
XYZ 39.28 44.35 25.89 -
YUV 174.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 181 181 125 0 0 0.31 0.29 60 0.27 0.6
Hex B5 B5 7D 0 0 1F 1D 3C 1B 3C
Octal 265 265 175 0 0 37 35 74 33 74
Binary 10110101 10110101 1111101 0 0 11111 11101 111100 11011 111100

Color Harmonies of #B5B57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B57D

Black with #B5B57D

Text Example


Text Example

White with #B5B57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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