Html Css Color HEX #B5B47D Pine Glade

📋 copy color: '#B5B47D'

red 181 ◦ green 180 ◦ blue 125

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

Shades of Pine Glade #B5B47D

Tints of Pine Glade #B5B47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.04%

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

R = 37.24%
G = 37.04%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5B47D (or 0xB5B47D) is known color: Pine Glade. HEX triplet: B5, B4 and 7D. RGB value is (181,180,125). Sum of RGB (Red+Green+Blue) = 181+180+125=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B47D is #4A4B82. Grayscale: #AEAEAE. Windows color (decimal): -4868995 or 8238261. OLE color: 8238261.

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

Color convert

RGB 181 180 125 -
CMYK 0 0.01 0.31 0.29
HSL 58.93º 0.27% 0.6% -
HSV(B) 58.93º 0.31% 0.71% -
XYZ 39.08 43.95 25.82 -
YUV 174.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 181 180 125 0 0.01 0.31 0.29 58.93 0.27 0.6
Hex B5 B4 7D 0 1 1F 1D 3B 1B 3C
Octal 265 264 175 0 1 37 35 73 33 74
Binary 10110101 10110100 1111101 0 1 11111 11101 111011 11011 111100

Color Harmonies of #B5B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B47D

Black with #B5B47D

Text Example


Text Example

White with #B5B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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