Html Css Color HEX #BFBE8A Pine Glade

📋 copy color: '#BFBE8A'

red 191 ◦ green 190 ◦ blue 138

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

Shades of Pine Glade #BFBE8A

Tints of Pine Glade #BFBE8A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 138 (54.3% from 255) = 26.59%

R = 36.8%
G = 36.61%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFBE8A (or 0xBFBE8A) is known color: Pine Glade. HEX triplet: BF, BE and 8A. RGB value is (191,190,138). Sum of RGB (Red+Green+Blue) = 191+190+138=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE8A is #404175. Grayscale: #B8B8B8. Windows color (decimal): -4211062 or 9092799. OLE color: 9092799.

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

Color convert

RGB 191 190 138 -
CMYK 0 0.01 0.28 0.25
HSL 58.87º 0.29% 0.65% -
HSV(B) 58.87º 0.28% 0.75% -
XYZ 44.49 49.74 31.3 -
YUV 184.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 191 190 138 0 0.01 0.28 0.25 58.87 0.29 0.65
Hex BF BE 8A 0 1 1C 19 3B 1D 41
Octal 277 276 212 0 1 34 31 73 35 101
Binary 10111111 10111110 10001010 0 1 11100 11001 111011 11101 1000001

Color Harmonies of #BFBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE8A

Black with #BFBE8A

Text Example


Text Example

White with #BFBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE8A; }

 p { color: rgb(191,190,138); }

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

background-color css

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

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

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

border-color css

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

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

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