#B4BE72

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

Shades of Pine Glade #B4BE72

Tints of Pine Glade #B4BE72

Color information

#B4BE72 (or 0xB4BE72) is unknown color: approx Pine Glade. HEX triplet: B4, BE and 72. RGB value is (180,190,114). Sum of RGB (Red+Green+Blue) = 180+190+114=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE72 is #4B418D. Grayscale: #B2B2B2. Windows color (decimal): -4931982 or 7519924. OLE color: 7519924.

HSL color Cylindrical-coordinate representation of color #B4BE72: hue angle of 67.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4BE72 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB180190114-
CMYK0.0500.400.25
HSL67.89º36.89%59.61%-
HSV(B)67.89º40%74.51%-
XYZ40.2747.7523.01-
YUV178.3591.69129.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=37.19%
G=39.26%
B=23.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901140.0500.400.2567.8936.8959.61
HexB4BE7250281944253c
Octal2642761625050311044574
Binary101101001011111011100101010101000110011000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE72; }

 p { color: rgb(180,190,114); }

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

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

 a { background-color: rgb(180,190,114); }

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

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

 span { border-color: rgb(180,190,114); }

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