Html Css Color HEX #BBBC88 Pine Glade

📋 copy color: '#BBBC88'

red 187 ◦ green 188 ◦ blue 136

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

Shades of Pine Glade #BBBC88

Tints of Pine Glade #BBBC88

RGB

 RED value IS 187 (73.44% from 255) = 36.59%

 GREEN value IS 188 (73.83% from 255) = 36.79%

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 36.59%
G = 36.79%
B = 26.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BBBC88 (or 0xBBBC88) is known color: Pine Glade. HEX triplet: BB, BC and 88. RGB value is (187,188,136). Sum of RGB (Red+Green+Blue) = 187+188+136=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC88 is #444377. Grayscale: #B5B5B5. Windows color (decimal): -4473720 or 8961211. OLE color: 8961211.

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

Color convert

RGB 187 188 136 -
CMYK 0.01 0 0.28 0.26
HSL 61.15º 0.28% 0.64% -
HSV(B) 61.15º 0.28% 0.74% -
XYZ 42.92 48.31 30.35 -
YUV 181.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 187 188 136 0.01 0 0.28 0.26 61.15 0.28 0.64
Hex BB BC 88 1 0 1C 1A 3D 1C 40
Octal 273 274 210 1 0 34 32 75 34 100
Binary 10111011 10111100 10001000 1 0 11100 11010 111101 11100 1000000

Color Harmonies of #BBBC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC88

Black with #BBBC88

Text Example


Text Example

White with #BBBC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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