#BDB87B

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

Shades of Pine Glade #BDB87B

Tints of Pine Glade #BDB87B

Color information

#BDB87B (or 0xBDB87B) is unknown color: approx Pine Glade. HEX triplet: BD, B8 and 7B. RGB value is (189,184,123). Sum of RGB (Red+Green+Blue) = 189+184+123=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB87B is #424784. Grayscale: #B2B2B2. Windows color (decimal): -4343685 or 8108221. OLE color: 8108221.

HSL color Cylindrical-coordinate representation of color #BDB87B: hue angle of 55.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB87B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189184123-
CMYK00.030.350.26
HSL55.45º33.33%61.18%-
HSV(B)55.45º34.92%74.12%-
XYZ41.746.5325.52-
YUV178.5496.66135.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 123 (48.44% from 255) = 24.80%
R=38.10%
G=37.10%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918412300.030.350.2655.4533.3361.18
HexBDB87B03231A37213d
Octal275270173034332674175
Binary1011110110111000111101101110001111010110111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB87B; }

 p { color: rgb(189,184,123); }

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

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

 a { background-color: rgb(189,184,123); }

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

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

 span { border-color: rgb(189,184,123); }

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