Html Css Color HEX #BCBA76 Pine Glade

📋 copy color: '#BCBA76'

red 188 ◦ green 186 ◦ blue 118

#BCBA76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BCBA76

Tints of Pine Glade #BCBA76

RGB

 RED value IS 188 (73.83% from 255) = 38.21%

 GREEN value IS 186 (73.05% from 255) = 37.8%

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 38.21%
G = 37.8%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCBA76 (or 0xBCBA76) is known color: Pine Glade. HEX triplet: BC, BA and 76. RGB value is (188,186,118). Sum of RGB (Red+Green+Blue) = 188+186+118=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA76 is #434589. Grayscale: #B3B3B3. Windows color (decimal): -4408714 or 7781052. OLE color: 7781052.

HSL color Cylindrical-coordinate representation of color #BCBA76: hue angle of 58.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCBA76 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 118 -
CMYK 0 0.01 0.37 0.26
HSL 58.29º 0.34% 0.6% -
HSV(B) 58.29º 0.37% 0.74% -
XYZ 41.57 47.12 24.04 -
YUV 178.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 188 186 118 0 0.01 0.37 0.26 58.29 0.34 0.6
Hex BC BA 76 0 1 25 1A 3A 22 3C
Octal 274 272 166 0 1 45 32 72 42 74
Binary 10111100 10111010 1110110 0 1 100101 11010 111010 100010 111100

Color Harmonies of #BCBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA76

Black with #BCBA76

Text Example


Text Example

White with #BCBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA76; }

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

 H1.HeaderClassName
 {
   color: #BCBA76;
 }
 .AnyTagClassName
 {
   color: #BCBA76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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