Html Css Color HEX #BCBA78 Pine Glade

📋 copy color: '#BCBA78'

red 188 ◦ green 186 ◦ blue 120

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

Shades of Pine Glade #BCBA78

Tints of Pine Glade #BCBA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 38.06%
G = 37.65%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCBA78 (or 0xBCBA78) is known color: Pine Glade. HEX triplet: BC, BA and 78. RGB value is (188,186,120). Sum of RGB (Red+Green+Blue) = 188+186+120=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA78 is #434587. Grayscale: #B3B3B3. Windows color (decimal): -4408712 or 7912124. OLE color: 7912124.

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

Color convert

RGB 188 186 120 -
CMYK 0 0.01 0.36 0.26
HSL 58.24º 0.34% 0.6% -
HSV(B) 58.24º 0.36% 0.74% -
XYZ 41.69 47.17 24.68 -
YUV 179.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 188 186 120 0 0.01 0.36 0.26 58.24 0.34 0.6
Hex BC BA 78 0 1 24 1A 3A 22 3C
Octal 274 272 170 0 1 44 32 72 42 74
Binary 10111100 10111010 1111000 0 1 100100 11010 111010 100010 111100

Color Harmonies of #BCBA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA78

Black with #BCBA78

Text Example


Text Example

White with #BCBA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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