Html Css Color HEX #BCB979 Pine Glade

📋 copy color: '#BCB979'

red 188 ◦ green 185 ◦ blue 121

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

Shades of Pine Glade #BCB979

Tints of Pine Glade #BCB979

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.45%

 BLUE value IS 121 (47.66% from 255) = 24.49%

R = 38.06%
G = 37.45%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCB979 (or 0xBCB979) is known color: Pine Glade. HEX triplet: BC, B9 and 79. RGB value is (188,185,121). Sum of RGB (Red+Green+Blue) = 188+185+121=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB979 is #434686. Grayscale: #B2B2B2. Windows color (decimal): -4408967 or 7977404. OLE color: 7977404.

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

Color convert

RGB 188 185 121 -
CMYK 0 0.02 0.36 0.26
HSL 57.31º 0.33% 0.61% -
HSV(B) 57.31º 0.36% 0.74% -
XYZ 41.54 46.77 24.93 -
YUV 178.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 188 185 121 0 0.02 0.36 0.26 57.31 0.33 0.61
Hex BC B9 79 0 2 24 1A 39 21 3D
Octal 274 271 171 0 2 44 32 71 41 75
Binary 10111100 10111001 1111001 0 10 100100 11010 111001 100001 111101

Color Harmonies of #BCB979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB979

Black with #BCB979

Text Example


Text Example

White with #BCB979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB979; }

 p { color: rgb(188,185,121); }

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

background-color css

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

 a { background-color: rgb(188,185,121); }

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

border-color css

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

 span { border-color: rgb(188,185,121); }

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