Html Css Color HEX #BFBB7D Pine Glade

📋 copy color: '#BFBB7D'

red 191 ◦ green 187 ◦ blue 125

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

Shades of Pine Glade #BFBB7D

Tints of Pine Glade #BFBB7D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 191 187 125 -
CMYK 0 0.02 0.35 0.25
HSL 56.36º 0.34% 0.62% -
HSV(B) 56.36º 0.35% 0.75% -
XYZ 42.96 48.1 26.42 -
YUV 181.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 191 187 125 0 0.02 0.35 0.25 56.36 0.34 0.62
Hex BF BB 7D 0 2 23 19 38 22 3E
Octal 277 273 175 0 2 43 31 70 42 76
Binary 10111111 10111011 1111101 0 10 100011 11001 111000 100010 111110

Color Harmonies of #BFBB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB7D

Black with #BFBB7D

Text Example


Text Example

White with #BFBB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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