#BCBA7B

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

Shades of Pine Glade #BCBA7B

Tints of Pine Glade #BCBA7B

Color information

#BCBA7B (or 0xBCBA7B) is unknown color: approx Pine Glade. HEX triplet: BC, BA and 7B. RGB value is (188,186,123). Sum of RGB (Red+Green+Blue) = 188+186+123=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA7B is #434584. Grayscale: #B3B3B3. Windows color (decimal): -4408709 or 8108732. OLE color: 8108732.

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

Color convert

RGB188186123-
CMYK00.010.350.26
HSL58.15º32.66%60.98%-
HSV(B)58.15º34.57%73.73%-
XYZ41.8747.2425.65-
YUV179.4296.16134.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 123 (48.44% from 255) = 24.75%
R=37.83%
G=37.42%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818612300.010.350.2658.1532.6660.98
HexBCBA7B01231A3a213d
Octal274272173014332724175
Binary101111001011101011110110110001111010111010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA7B; }

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

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

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

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

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

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

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

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