Html Css Color HEX #BFBD7E Pine Glade

📋 copy color: '#BFBD7E'

red 191 ◦ green 189 ◦ blue 126

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

Shades of Pine Glade #BFBD7E

Tints of Pine Glade #BFBD7E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.35%

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 37.75%
G = 37.35%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFBD7E (or 0xBFBD7E) is known color: Pine Glade. HEX triplet: BF, BD and 7E. RGB value is (191,189,126). Sum of RGB (Red+Green+Blue) = 191+189+126=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD7E is #404281. Grayscale: #B6B6B6. Windows color (decimal): -4211330 or 8306111. OLE color: 8306111.

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

Color convert

RGB 191 189 126 -
CMYK 0 0.01 0.34 0.25
HSL 58.15º 0.34% 0.62% -
HSV(B) 58.15º 0.34% 0.75% -
XYZ 43.45 48.98 26.9 -
YUV 182.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 191 189 126 0 0.01 0.34 0.25 58.15 0.34 0.62
Hex BF BD 7E 0 1 22 19 3A 22 3E
Octal 277 275 176 0 1 42 31 72 42 76
Binary 10111111 10111101 1111110 0 1 100010 11001 111010 100010 111110

Color Harmonies of #BFBD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD7E

Black with #BFBD7E

Text Example


Text Example

White with #BFBD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD7E; }

 p { color: rgb(191,189,126); }

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

background-color css

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

 a { background-color: rgb(191,189,126); }

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

border-color css

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

 span { border-color: rgb(191,189,126); }

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