Html Css Color HEX #BFBE76 Pine Glade

📋 copy color: '#BFBE76'

red 191 ◦ green 190 ◦ blue 118

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

Shades of Pine Glade #BFBE76

Tints of Pine Glade #BFBE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 38.28%
G = 38.08%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFBE76 (or 0xBFBE76) is known color: Pine Glade. HEX triplet: BF, BE and 76. RGB value is (191,190,118). Sum of RGB (Red+Green+Blue) = 191+190+118=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE76 is #404189. Grayscale: #B6B6B6. Windows color (decimal): -4211082 or 7782079. OLE color: 7782079.

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

Color convert

RGB 191 190 118 -
CMYK 0 0.01 0.38 0.25
HSL 59.18º 0.36% 0.61% -
HSV(B) 59.18º 0.38% 0.75% -
XYZ 43.17 49.21 24.36 -
YUV 182.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 191 190 118 0 0.01 0.38 0.25 59.18 0.36 0.61
Hex BF BE 76 0 1 26 19 3B 24 3D
Octal 277 276 166 0 1 46 31 73 44 75
Binary 10111111 10111110 1110110 0 1 100110 11001 111011 100100 111101

Color Harmonies of #BFBE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE76

Black with #BFBE76

Text Example


Text Example

White with #BFBE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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