Html Css Color HEX #BFB97C Pine Glade

📋 copy color: '#BFB97C'

red 191 ◦ green 185 ◦ blue 124

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

Shades of Pine Glade #BFB97C

Tints of Pine Glade #BFB97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.8%

R = 38.2%
G = 37%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFB97C (or 0xBFB97C) is known color: Pine Glade. HEX triplet: BF, B9 and 7C. RGB value is (191,185,124). Sum of RGB (Red+Green+Blue) = 191+185+124=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB97C is #404683. Grayscale: #B4B4B4. Windows color (decimal): -4212356 or 8174015. OLE color: 8174015.

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

Color convert

RGB 191 185 124 -
CMYK 0 0.03 0.35 0.25
HSL 54.63º 0.34% 0.62% -
HSV(B) 54.63º 0.35% 0.75% -
XYZ 42.47 47.23 25.95 -
YUV 179.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 191 185 124 0 0.03 0.35 0.25 54.63 0.34 0.62
Hex BF B9 7C 0 3 23 19 37 22 3E
Octal 277 271 174 0 3 43 31 67 42 76
Binary 10111111 10111001 1111100 0 11 100011 11001 110111 100010 111110

Color Harmonies of #BFB97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB97C

Black with #BFB97C

Text Example


Text Example

White with #BFB97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB97C; }

 p { color: rgb(191,185,124); }

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

background-color css

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

 a { background-color: rgb(191,185,124); }

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

border-color css

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

 span { border-color: rgb(191,185,124); }

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