Html Css Color HEX #BFB97D Pine Glade

📋 copy color: '#BFB97D'

red 191 ◦ green 185 ◦ blue 125

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

Shades of Pine Glade #BFB97D

Tints of Pine Glade #BFB97D

RGB

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

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

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

R = 38.12%
G = 36.93%
B = 24.95%

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

#BFB97D (or 0xBFB97D) is known color: Pine Glade. HEX triplet: BF, B9 and 7D. RGB value is (191,185,125). Sum of RGB (Red+Green+Blue) = 191+185+125=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB97D is #404682. Grayscale: #B4B4B4. Windows color (decimal): -4212355 or 8239551. OLE color: 8239551.

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

Color convert

RGB 191 185 125 -
CMYK 0 0.03 0.35 0.25
HSL 54.55º 0.34% 0.62% -
HSV(B) 54.55º 0.35% 0.75% -
XYZ 42.54 47.25 26.28 -
YUV 179.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 191 185 125 0 0.03 0.35 0.25 54.55 0.34 0.62
Hex BF B9 7D 0 3 23 19 37 22 3E
Octal 277 271 175 0 3 43 31 67 42 76
Binary 10111111 10111001 1111101 0 11 100011 11001 110111 100010 111110

Color Harmonies of #BFB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB97D

Black with #BFB97D

Text Example


Text Example

White with #BFB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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