Html Css Color HEX #BBBF7D Pine Glade

📋 copy color: '#BBBF7D'

red 187 ◦ green 191 ◦ blue 125

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

Shades of Pine Glade #BBBF7D

Tints of Pine Glade #BBBF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 37.97%

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

R = 37.18%
G = 37.97%
B = 24.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BBBF7D (or 0xBBBF7D) is known color: Pine Glade. HEX triplet: BB, BF and 7D. RGB value is (187,191,125). Sum of RGB (Red+Green+Blue) = 187+191+125=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF7D is #444082. Grayscale: #B6B6B6. Windows color (decimal): -4472963 or 8241083. OLE color: 8241083.

HSL color Cylindrical-coordinate representation of color #BBBF7D: hue angle of 63.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBBF7D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 125 -
CMYK 0.02 0 0.35 0.25
HSL 63.64º 0.34% 0.62% -
HSV(B) 63.64º 0.35% 0.75% -
XYZ 42.83 49.31 26.66 -
YUV 182.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 187 191 125 0.02 0 0.35 0.25 63.64 0.34 0.62
Hex BB BF 7D 2 0 23 19 40 22 3E
Octal 273 277 175 2 0 43 31 100 42 76
Binary 10111011 10111111 1111101 10 0 100011 11001 1000000 100010 111110

Color Harmonies of #BBBF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF7D

Black with #BBBF7D

Text Example


Text Example

White with #BBBF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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