Html Css Color HEX #BFC885 Pine Glade

📋 copy color: '#BFC885'

red 191 ◦ green 200 ◦ blue 133

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

Shades of Pine Glade #BFC885

Tints of Pine Glade #BFC885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 36.45%
G = 38.17%
B = 25.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#BFC885 (or 0xBFC885) is known color: Pine Glade. HEX triplet: BF, C8 and 85. RGB value is (191,200,133). Sum of RGB (Red+Green+Blue) = 191+200+133=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC885 is #40377A. Grayscale: #BDBDBD. Windows color (decimal): -4208507 or 8767679. OLE color: 8767679.

HSL color Cylindrical-coordinate representation of color #BFC885: hue angle of 68.06º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC885 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 133 -
CMYK 0.04 0 0.34 0.22
HSL 68.06º 0.38% 0.65% -
HSV(B) 68.06º 0.34% 0.78% -
XYZ 46.37 54.08 30.18 -
YUV 189.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 191 200 133 0.04 0 0.34 0.22 68.06 0.38 0.65
Hex BF C8 85 4 0 22 16 44 26 41
Octal 277 310 205 4 0 42 26 104 46 101
Binary 10111111 11001000 10000101 100 0 100010 10110 1000100 100110 1000001

Color Harmonies of #BFC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC885

Black with #BFC885

Text Example


Text Example

White with #BFC885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC885; }

 p { color: rgb(191,200,133); }

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

background-color css

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

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

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

border-color css

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

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

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