Html Css Color HEX #BFBB7E Pine Glade

📋 copy color: '#BFBB7E'

red 191 ◦ green 187 ◦ blue 126

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

Shades of Pine Glade #BFBB7E

Tints of Pine Glade #BFBB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.1%

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

R = 37.9%
G = 37.1%
B = 25%

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

#BFBB7E (or 0xBFBB7E) is known color: Pine Glade. HEX triplet: BF, BB and 7E. RGB value is (191,187,126). Sum of RGB (Red+Green+Blue) = 191+187+126=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB7E is #404481. Grayscale: #B5B5B5. Windows color (decimal): -4211842 or 8305599. OLE color: 8305599.

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

Color convert

RGB 191 187 126 -
CMYK 0 0.02 0.34 0.25
HSL 56.31º 0.34% 0.62% -
HSV(B) 56.31º 0.34% 0.75% -
XYZ 43.02 48.12 26.76 -
YUV 181.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 191 187 126 0 0.02 0.34 0.25 56.31 0.34 0.62
Hex BF BB 7E 0 2 22 19 38 22 3E
Octal 277 273 176 0 2 42 31 70 42 76
Binary 10111111 10111011 1111110 0 10 100010 11001 111000 100010 111110

Color Harmonies of #BFBB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB7E

Black with #BFBB7E

Text Example


Text Example

White with #BFBB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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