Html Css Color HEX #BBB97D Pine Glade

📋 copy color: '#BBB97D'

red 187 ◦ green 185 ◦ blue 125

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

Shades of Pine Glade #BBB97D

Tints of Pine Glade #BBB97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 37.63%
G = 37.22%
B = 25.15%

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

#BBB97D (or 0xBBB97D) is known color: Pine Glade. HEX triplet: BB, B9 and 7D. RGB value is (187,185,125). Sum of RGB (Red+Green+Blue) = 187+185+125=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB97D is #444682. Grayscale: #B3B3B3. Windows color (decimal): -4474499 or 8239547. OLE color: 8239547.

HSL color Cylindrical-coordinate representation of color #BBB97D: hue angle of 58.06º 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 #BBB97D is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 125 -
CMYK 0 0.01 0.33 0.27
HSL 58.06º 0.31% 0.61% -
HSV(B) 58.06º 0.33% 0.73% -
XYZ 41.54 46.74 26.23 -
YUV 178.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 187 185 125 0 0.01 0.33 0.27 58.06 0.31 0.61
Hex BB B9 7D 0 1 21 1B 3A 1F 3D
Octal 273 271 175 0 1 41 33 72 37 75
Binary 10111011 10111001 1111101 0 1 100001 11011 111010 11111 111101

Color Harmonies of #BBB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB97D

Black with #BBB97D

Text Example


Text Example

White with #BBB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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