#B3B27B

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

Shades of Pine Glade #B3B27B

Tints of Pine Glade #B3B27B

Color information

#B3B27B (or 0xB3B27B) is unknown color: approx Pine Glade. HEX triplet: B3, B2 and 7B. RGB value is (179,178,123). Sum of RGB (Red+Green+Blue) = 179+178+123=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B27B is #4C4D84. Grayscale: #ACACAC. Windows color (decimal): -5000581 or 8106675. OLE color: 8106675.

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

Color convert

RGB179178123-
CMYK00.010.310.30
HSL58.93º26.92%59.22%-
HSV(B)58.93º31.28%70.2%-
XYZ38.0942.8525-
YUV172.03100.33132.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 178 (69.92% from 255) = 37.08%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=37.29%
G=37.08%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917812300.010.310.3058.9326.9259.22
HexB3B27B011F1E3b1b3b
Octal263262173013736733373
Binary1011001110110010111101101111111111011101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B27B; }

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

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

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

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

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

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

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

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