Html Css Color HEX #BCBA77 Pine Glade

📋 copy color: '#BCBA77'

red 188 ◦ green 186 ◦ blue 119

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

Shades of Pine Glade #BCBA77

Tints of Pine Glade #BCBA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 38.13%
G = 37.73%
B = 24.14%

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

#BCBA77 (or 0xBCBA77) is known color: Pine Glade. HEX triplet: BC, BA and 77. RGB value is (188,186,119). Sum of RGB (Red+Green+Blue) = 188+186+119=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA77 is #434588. Grayscale: #B3B3B3. Windows color (decimal): -4408713 or 7846588. OLE color: 7846588.

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

Color convert

RGB 188 186 119 -
CMYK 0 0.01 0.37 0.26
HSL 58.26º 0.34% 0.6% -
HSV(B) 58.26º 0.37% 0.74% -
XYZ 41.63 47.14 24.36 -
YUV 178.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 188 186 119 0 0.01 0.37 0.26 58.26 0.34 0.6
Hex BC BA 77 0 1 25 1A 3A 22 3C
Octal 274 272 167 0 1 45 32 72 42 74
Binary 10111100 10111010 1110111 0 1 100101 11010 111010 100010 111100

Color Harmonies of #BCBA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA77

Black with #BCBA77

Text Example


Text Example

White with #BCBA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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