Html Css Color HEX #BBB97E Pine Glade

📋 copy color: '#BBB97E'

red 187 ◦ green 185 ◦ blue 126

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

Shades of Pine Glade #BBB97E

Tints of Pine Glade #BBB97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.15%

 BLUE value IS 126 (49.61% from 255) = 25.3%

R = 37.55%
G = 37.15%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBB97E (or 0xBBB97E) is known color: Pine Glade. HEX triplet: BB, B9 and 7E. RGB value is (187,185,126). Sum of RGB (Red+Green+Blue) = 187+185+126=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB97E is #444681. Grayscale: #B3B3B3. Windows color (decimal): -4474498 or 8305083. OLE color: 8305083.

HSL color Cylindrical-coordinate representation of color #BBB97E: hue angle of 58.03º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBB97E is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 126 -
CMYK 0 0.01 0.33 0.27
HSL 58.03º 0.31% 0.61% -
HSV(B) 58.03º 0.33% 0.73% -
XYZ 41.61 46.77 26.57 -
YUV 178.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 187 185 126 0 0.01 0.33 0.27 58.03 0.31 0.61
Hex BB B9 7E 0 1 21 1B 3A 1F 3D
Octal 273 271 176 0 1 41 33 72 37 75
Binary 10111011 10111001 1111110 0 1 100001 11011 111010 11111 111101

Color Harmonies of #BBB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB97E

Black with #BBB97E

Text Example


Text Example

White with #BBB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB97E; }

 p { color: rgb(187,185,126); }

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

background-color css

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

 a { background-color: rgb(187,185,126); }

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

border-color css

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

 span { border-color: rgb(187,185,126); }

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