Html Css Color HEX #B5B685 Pine Glade

📋 copy color: '#B5B685'

red 181 ◦ green 182 ◦ blue 133

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

Shades of Pine Glade #B5B685

Tints of Pine Glade #B5B685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.81%

R = 36.49%
G = 36.69%
B = 26.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B5B685 (or 0xB5B685) is known color: Pine Glade. HEX triplet: B5, B6 and 85. RGB value is (181,182,133). Sum of RGB (Red+Green+Blue) = 181+182+133=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B685 is #4A497A. Grayscale: #B0B0B0. Windows color (decimal): -4868475 or 8763061. OLE color: 8763061.

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

Color convert

RGB 181 182 133 -
CMYK 0.01 0 0.27 0.29
HSL 61.22º 0.25% 0.62% -
HSV(B) 61.22º 0.27% 0.71% -
XYZ 40.02 44.97 28.76 -
YUV 176.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 181 182 133 0.01 0 0.27 0.29 61.22 0.25 0.62
Hex B5 B6 85 1 0 1B 1D 3D 19 3E
Octal 265 266 205 1 0 33 35 75 31 76
Binary 10110101 10110110 10000101 1 0 11011 11101 111101 11001 111110

Color Harmonies of #B5B685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B685

Black with #B5B685

Text Example


Text Example

White with #B5B685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B685; }

 p { color: rgb(181,182,133); }

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

background-color css

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

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

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

border-color css

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

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

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