#B5B27B

Color #B5B27B Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B5B27B

Tints of Pine Glade #B5B27B

Color information

#B5B27B (or 0xB5B27B) is unknown color: approx Pine Glade. HEX triplet: B5, B2 and 7B. RGB value is (181,178,123). Sum of RGB (Red+Green+Blue) = 181+178+123=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B27B is #4A4D84. Grayscale: #ACACAC. Windows color (decimal): -4869509 or 8106677. OLE color: 8106677.

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

Color convert

RGB181178123-
CMYK00.020.320.29
HSL56.9º28.16%59.61%-
HSV(B)56.9º32.04%70.98%-
XYZ38.5543.0925.03-
YUV172.6399.99133.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=37.55%
G=36.93%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117812300.020.320.2956.928.1659.61
HexB5B27B02201D391c3c
Octal265262173024035713474
Binary101101011011001011110110101000001110111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B27B; }

 p { color: rgb(181,178,123); }

 H1.HeaderClassName
 {
   color: #B5B27B;
 }
 .AnyTagClassName
 {
   color: #B5B27B;
 }
</style>
background-color css

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

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

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

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

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

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