#BDBA7B

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

Shades of Pine Glade #BDBA7B

Tints of Pine Glade #BDBA7B

Color information

#BDBA7B (or 0xBDBA7B) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 7B. RGB value is (189,186,123). Sum of RGB (Red+Green+Blue) = 189+186+123=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7B is #424584. Grayscale: #B3B3B3. Windows color (decimal): -4343173 or 8108733. OLE color: 8108733.

HSL color Cylindrical-coordinate representation of color #BDBA7B: hue angle of 57.27º 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 #BDBA7B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189186123-
CMYK00.020.350.26
HSL57.27º33.33%61.18%-
HSV(B)57.27º34.92%74.12%-
XYZ42.1247.3725.66-
YUV179.7195.99134.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 123 (48.44% from 255) = 24.70%
R=37.95%
G=37.35%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918612300.020.350.2657.2733.3361.18
HexBDBA7B02231A39213d
Octal275272173024332714175
Binary1011110110111010111101101010001111010111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA7B; }

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

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

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

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

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

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

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

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