Html Css Color HEX #BBB87D Pine Glade

📋 copy color: '#BBB87D'

red 187 ◦ green 184 ◦ blue 125

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

Shades of Pine Glade #BBB87D

Tints of Pine Glade #BBB87D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.1%

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

R = 37.7%
G = 37.1%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBB87D (or 0xBBB87D) is known color: Pine Glade. HEX triplet: BB, B8 and 7D. RGB value is (187,184,125). Sum of RGB (Red+Green+Blue) = 187+184+125=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB87D is #444782. Grayscale: #B2B2B2. Windows color (decimal): -4474755 or 8239291. OLE color: 8239291.

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

Color convert

RGB 187 184 125 -
CMYK 0 0.02 0.33 0.27
HSL 57.1º 0.31% 0.61% -
HSV(B) 57.1º 0.33% 0.73% -
XYZ 41.34 46.33 26.17 -
YUV 178.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 187 184 125 0 0.02 0.33 0.27 57.1 0.31 0.61
Hex BB B8 7D 0 2 21 1B 39 1F 3D
Octal 273 270 175 0 2 41 33 71 37 75
Binary 10111011 10111000 1111101 0 10 100001 11011 111001 11111 111101

Color Harmonies of #BBB87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB87D

Black with #BBB87D

Text Example


Text Example

White with #BBB87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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