#B3B27A

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

Shades of Pine Glade #B3B27A

Tints of Pine Glade #B3B27A

Color information

#B3B27A (or 0xB3B27A) is unknown color: approx Pine Glade. HEX triplet: B3, B2 and 7A. RGB value is (179,178,122). Sum of RGB (Red+Green+Blue) = 179+178+122=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B27A is #4C4D85. Grayscale: #ACACAC. Windows color (decimal): -5000582 or 8041139. OLE color: 8041139.

HSL color Cylindrical-coordinate representation of color #B3B27A: hue angle of 58.95º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3B27A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179178122-
CMYK00.010.320.30
HSL58.95º27.27%59.02%-
HSV(B)58.95º31.84%70.2%-
XYZ38.0242.8324.68-
YUV171.9299.83133.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=37.37%
G=37.16%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917812200.010.320.3058.9527.2759.02
HexB3B27A01201E3b1b3b
Octal263262172014036733373
Binary10110011101100101111010011000001111011101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B27A; }

 p { color: rgb(179,178,122); }

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

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

 a { background-color: rgb(179,178,122); }

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

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

 span { border-color: rgb(179,178,122); }

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