Html Css Color HEX #BFBC7E Pine Glade

📋 copy color: '#BFBC7E'

red 191 ◦ green 188 ◦ blue 126

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

Shades of Pine Glade #BFBC7E

Tints of Pine Glade #BFBC7E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.23%

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

R = 37.82%
G = 37.23%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFBC7E (or 0xBFBC7E) is known color: Pine Glade. HEX triplet: BF, BC and 7E. RGB value is (191,188,126). Sum of RGB (Red+Green+Blue) = 191+188+126=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC7E is #404381. Grayscale: #B6B6B6. Windows color (decimal): -4211586 or 8305855. OLE color: 8305855.

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

Color convert

RGB 191 188 126 -
CMYK 0 0.02 0.34 0.25
HSL 57.23º 0.34% 0.62% -
HSV(B) 57.23º 0.34% 0.75% -
XYZ 43.23 48.55 26.83 -
YUV 181.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 191 188 126 0 0.02 0.34 0.25 57.23 0.34 0.62
Hex BF BC 7E 0 2 22 19 39 22 3E
Octal 277 274 176 0 2 42 31 71 42 76
Binary 10111111 10111100 1111110 0 10 100010 11001 111001 100010 111110

Color Harmonies of #BFBC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC7E

Black with #BFBC7E

Text Example


Text Example

White with #BFBC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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