Html Css Color HEX #BCB880 Pine Glade

📋 copy color: '#BCB880'

red 188 ◦ green 184 ◦ blue 128

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

Shades of Pine Glade #BCB880

Tints of Pine Glade #BCB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 128 (50.39% from 255) = 25.6%

R = 37.6%
G = 36.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB880 (or 0xBCB880) is known color: Pine Glade. HEX triplet: BC, B8 and 80. RGB value is (188,184,128). Sum of RGB (Red+Green+Blue) = 188+184+128=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB880 is #43477F. Grayscale: #B3B3B3. Windows color (decimal): -4409216 or 8435900. OLE color: 8435900.

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

Color convert

RGB 188 184 128 -
CMYK 0 0.02 0.32 0.26
HSL 56º 0.31% 0.62% -
HSV(B) 56º 0.32% 0.74% -
XYZ 41.78 46.53 27.2 -
YUV 178.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 188 184 128 0 0.02 0.32 0.26 56 0.31 0.62
Hex BC B8 80 0 2 20 1A 38 1F 3E
Octal 274 270 200 0 2 40 32 70 37 76
Binary 10111100 10111000 10000000 0 10 100000 11010 111000 11111 111110

Color Harmonies of #BCB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB880

Black with #BCB880

Text Example


Text Example

White with #BCB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB880; }

 p { color: rgb(188,184,128); }

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

background-color css

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

 a { background-color: rgb(188,184,128); }

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

border-color css

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

 span { border-color: rgb(188,184,128); }

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