Html Css Color HEX #BBBD88 Pine Glade

📋 copy color: '#BBBD88'

red 187 ◦ green 189 ◦ blue 136

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

Shades of Pine Glade #BBBD88

Tints of Pine Glade #BBBD88

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 36.52%
G = 36.91%
B = 26.56%

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

#BBBD88 (or 0xBBBD88) is known color: Pine Glade. HEX triplet: BB, BD and 88. RGB value is (187,189,136). Sum of RGB (Red+Green+Blue) = 187+189+136=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD88 is #444277. Grayscale: #B6B6B6. Windows color (decimal): -4473464 or 8961467. OLE color: 8961467.

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

Color convert

RGB 187 189 136 -
CMYK 0.01 0 0.28 0.26
HSL 62.26º 0.29% 0.64% -
HSV(B) 62.26º 0.28% 0.74% -
XYZ 43.14 48.74 30.43 -
YUV 182.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 187 189 136 0.01 0 0.28 0.26 62.26 0.29 0.64
Hex BB BD 88 1 0 1C 1A 3E 1D 40
Octal 273 275 210 1 0 34 32 76 35 100
Binary 10111011 10111101 10001000 1 0 11100 11010 111110 11101 1000000

Color Harmonies of #BBBD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD88

Black with #BBBD88

Text Example


Text Example

White with #BBBD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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