Html Css Color HEX #BFBF88 Pine Glade

📋 copy color: '#BFBF88'

red 191 ◦ green 191 ◦ blue 136

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

Shades of Pine Glade #BFBF88

Tints of Pine Glade #BFBF88

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

 BLUE value IS 136 (53.52% from 255) = 26.25%

R = 36.87%
G = 36.87%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFBF88 (or 0xBFBF88) is known color: Pine Glade. HEX triplet: BF, BF and 88. RGB value is (191,191,136). Sum of RGB (Red+Green+Blue) = 191+191+136=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF88 is #404077. Grayscale: #B8B8B8. Windows color (decimal): -4210808 or 8961983. OLE color: 8961983.

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

Color convert

RGB 191 191 136 -
CMYK 0 0 0.29 0.25
HSL 60º 0.3% 0.64% -
HSV(B) 60º 0.29% 0.75% -
XYZ 44.56 50.12 30.62 -
YUV 184.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 191 191 136 0 0 0.29 0.25 60 0.3 0.64
Hex BF BF 88 0 0 1D 19 3C 1E 40
Octal 277 277 210 0 0 35 31 74 36 100
Binary 10111111 10111111 10001000 0 0 11101 11001 111100 11110 1000000

Color Harmonies of #BFBF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF88

Black with #BFBF88

Text Example


Text Example

White with #BFBF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF88; }

 p { color: rgb(191,191,136); }

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

background-color css

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

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

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

border-color css

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

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

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