Html Css Color HEX #BCBB85 Pine Glade

📋 copy color: '#BCBB85'

red 188 ◦ green 187 ◦ blue 133

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

Shades of Pine Glade #BCBB85

Tints of Pine Glade #BCBB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.81%

 BLUE value IS 133 (52.34% from 255) = 26.18%

R = 37.01%
G = 36.81%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCBB85 (or 0xBCBB85) is known color: Pine Glade. HEX triplet: BC, BB and 85. RGB value is (188,187,133). Sum of RGB (Red+Green+Blue) = 188+187+133=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB85 is #43447A. Grayscale: #B5B5B5. Windows color (decimal): -4408443 or 8764348. OLE color: 8764348.

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

Color convert

RGB 188 187 133 -
CMYK 0 0.01 0.29 0.26
HSL 58.91º 0.29% 0.63% -
HSV(B) 58.91º 0.29% 0.74% -
XYZ 42.74 47.93 29.19 -
YUV 181.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 188 187 133 0 0.01 0.29 0.26 58.91 0.29 0.63
Hex BC BB 85 0 1 1D 1A 3B 1D 3F
Octal 274 273 205 0 1 35 32 73 35 77
Binary 10111100 10111011 10000101 0 1 11101 11010 111011 11101 111111

Color Harmonies of #BCBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB85

Black with #BCBB85

Text Example


Text Example

White with #BCBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB85; }

 p { color: rgb(188,187,133); }

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

background-color css

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

 a { background-color: rgb(188,187,133); }

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

border-color css

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

 span { border-color: rgb(188,187,133); }

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